Enum Constant and Description |
---|
x
This is the table horizontal axis.
|
y
This is the table vertical axis.
|
z
This is the table header axis.
|
Modifier and Type | Method and Description |
---|---|
static Axis |
getValueFromString(java.lang.String axis)
Converts from the string representation to the proper enumeration
value.
|
static Axis |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Axis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Axis x
public static final Axis y
public static final Axis z
public static Axis[] values()
for (Axis c : Axis.values()) System.out.println(c);
public static Axis valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static Axis getValueFromString(java.lang.String axis)
axis
- string value such as "X" or "x", "Y" or "y", "Z" or "z"
More than one character length string will not be recognizedCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa