public static enum PulsateEffect.PulsateMode extends Enum<PulsateEffect.PulsateMode>
| Modifier and Type | Method and Description |
|---|---|
static PulsateEffect.PulsateMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PulsateEffect.PulsateMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PulsateEffect.PulsateMode show
public static final PulsateEffect.PulsateMode hide
public static PulsateEffect.PulsateMode[] values()
for (PulsateEffect.PulsateMode c : PulsateEffect.PulsateMode.values()) System.out.println(c);
public static PulsateEffect.PulsateMode 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 © 2009-2012. All Rights Reserved.