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