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