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