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