public static enum AxisLink.PAIRING extends java.lang.Enum<AxisLink.PAIRING>
Modifier and Type | Method and Description |
---|---|
static AxisLink.PAIRING |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AxisLink.PAIRING[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AxisLink.PAIRING XX
public static final AxisLink.PAIRING YY
public static final AxisLink.PAIRING XY
public static final AxisLink.PAIRING YX
public static AxisLink.PAIRING[] values()
for (AxisLink.PAIRING c : AxisLink.PAIRING.values()) System.out.println(c);
public static AxisLink.PAIRING 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 null