Package | Description |
---|---|
rortveiten.misra |
Modifier and Type | Method and Description |
---|---|
Guideline.Category |
Guideline.activeCategory() |
static Guideline.Category |
Guideline.Category.fromString(String value) |
Guideline.Category |
Guideline.getCategory() |
Guideline.Category |
Guideline.getReCategorization() |
static Guideline.Category |
Guideline.Category.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Guideline.Category[] |
Guideline.Category.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Guideline.setCategory(Guideline.Category category) |
void |
Guideline.setReCategorization(Guideline.Category reCategorization) |
Constructor and Description |
---|
Guideline(String id,
Guideline.Category category,
Guideline.Category reCategorization,
String toolsUsedToCheckRequirement) |
Copyright © 2016–2019. All rights reserved.