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