Package | Description |
---|---|
com.tameif.tame.element |
Contains the element types.
|
Modifier and Type | Method and Description |
---|---|
TAction.Type |
TAction.getType()
Gets the action type.
|
static TAction.Type |
TAction.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TAction.Type[] |
TAction.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TAction.setType(TAction.Type type)
Sets the action type.
|