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