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