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