public enum EffectHorVerDirection extends Enum<EffectHorVerDirection>
| Enum Constant and Description |
|---|
DEFAULT |
HORIZONTAL |
VERTICAL |
| Modifier and Type | Method and Description |
|---|---|
String |
getDirection() |
String |
toString() |
static EffectHorVerDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EffectHorVerDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EffectHorVerDirection DEFAULT
public static final EffectHorVerDirection HORIZONTAL
public static final EffectHorVerDirection VERTICAL
public static EffectHorVerDirection[] values()
for (EffectHorVerDirection c : EffectHorVerDirection.values()) System.out.println(c);
public static EffectHorVerDirection 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 getDirection()
public String toString()
toString in class Enum<EffectHorVerDirection>Copyright © 2015. All rights reserved.