public static enum SliderAnimate.AnimateEnum extends Enum<SliderAnimate.AnimateEnum>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static SliderAnimate.AnimateEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SliderAnimate.AnimateEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SliderAnimate.AnimateEnum FAST
public static final SliderAnimate.AnimateEnum NORMAL
public static final SliderAnimate.AnimateEnum SLOW
public static SliderAnimate.AnimateEnum[] values()
for (SliderAnimate.AnimateEnum c : SliderAnimate.AnimateEnum.values()) System.out.println(c);
public static SliderAnimate.AnimateEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<SliderAnimate.AnimateEnum>Enum.toString()Copyright © 2009-2012. All Rights Reserved.