Enum Constant and Description |
---|
i
Indicating the 'i' in the WORK-IT process is the next group in the
Review screen to be animated. |
k
Indicating the 'k' in the WORK-IT process is the next group in the
Review screen to be animated. |
o
Indicating the 'o' in the WORK-IT process is the next group in the
Review screen to be animated. |
r
Indicating the 'r' in the WORK-IT process is the next group in the
Review screen to be animated. |
t
Indicating the 't' in the WORK-IT process is the next group in the
Review screen to be animated. |
w
Indicating the 'w' in the WORK-IT process is the next group in the
Review screen to be animated. |
Modifier and Type | Method and Description |
---|---|
static Animator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Animator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Animator i
Review
screen to be animated.public static final Animator k
Review
screen to be animated.public static final Animator o
Review
screen to be animated.public static final Animator r
Review
screen to be animated.public static final Animator t
Review
screen to be animated.public static Animator 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 nullpublic static Animator[] values()
for (Animator c : Animator.values()) System.out.println(c);