Modifier and Type | Method and Description |
---|---|
static AxisType |
swigToEnum(int swigValue) |
int |
swigValue() |
static AxisType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AxisType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AxisType X_Axis
public static final AxisType Y_Axis
public static final AxisType Z_Axis
public static AxisType[] values()
for (AxisType c : AxisType.values()) System.out.println(c);
public static AxisType 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 final int swigValue()
public static AxisType swigToEnum(int swigValue)