| Modifier and Type | Field and Description |
|---|---|
static java.util.List<ConditionName> |
ConditionName.VALUES
A public read-only list of all the 'Condition Name' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ConditionName |
ConditionName.get(int value)
Returns the 'Condition Name' literal with the specified integer value.
|
static ConditionName |
ConditionName.get(java.lang.String literal)
Returns the 'Condition Name' literal with the specified literal value.
|
static ConditionName |
ConditionName.getByName(java.lang.String name)
Returns the 'Condition Name' literal with the specified name.
|
ConditionName |
Condition.getConditionName()
Returns the value of the 'Condition Name' attribute.
|
static ConditionName |
ConditionName.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConditionName[] |
ConditionName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Condition.setConditionName(ConditionName value)
Sets the value of the '
Condition Name' attribute. |