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