public static enum ActionSet.AnimationMode extends java.lang.Enum<ActionSet.AnimationMode>
| Enum Constant and Description |
|---|
Dependent |
Independent |
| Modifier and Type | Method and Description |
|---|---|
static ActionSet.AnimationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActionSet.AnimationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionSet.AnimationMode Dependent
public static final ActionSet.AnimationMode Independent
public static ActionSet.AnimationMode[] values()
for (ActionSet.AnimationMode c : ActionSet.AnimationMode.values()) System.out.println(c);
public static ActionSet.AnimationMode 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