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