public static enum ActionTranslate.TranslateType extends java.lang.Enum<ActionTranslate.TranslateType>
| Enum Constant and Description |
|---|
TranslateBy |
TranslateTo |
| Modifier and Type | Method and Description |
|---|---|
static ActionTranslate.TranslateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActionTranslate.TranslateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionTranslate.TranslateType TranslateTo
public static final ActionTranslate.TranslateType TranslateBy
public static ActionTranslate.TranslateType[] values()
for (ActionTranslate.TranslateType c : ActionTranslate.TranslateType.values()) System.out.println(c);
public static ActionTranslate.TranslateType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null