public enum EffectMethods extends Enum<EffectMethods> implements ValueEnum
| Enum Constant and Description |
|---|
FADE_IN |
FADE_OUT |
FADE_TOGGLE |
SLIDE_DOWN |
SLIDE_TOGGLE |
SLIDE_UP |
| Modifier and Type | Method and Description |
|---|---|
static EffectMethods |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EffectMethods[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EffectMethods SLIDE_TOGGLE
public static final EffectMethods FADE_TOGGLE
public static final EffectMethods SLIDE_UP
public static final EffectMethods SLIDE_DOWN
public static final EffectMethods FADE_OUT
public static final EffectMethods FADE_IN
public static EffectMethods[] values()
for (EffectMethods c : EffectMethods.values()) System.out.println(c);
public static EffectMethods 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 nullCopyright © 2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.