public enum SRM_Axis_Direction extends Enum<SRM_Axis_Direction>
| Enum Constant and Description |
|---|
AXDIR_NEGATIVE_PRIMARY_AXIS |
AXDIR_NEGATIVE_SECONDARY_AXIS |
AXDIR_NEGATIVE_TERTIARY_AXIS |
AXDIR_POSITIVE_PRIMARY_AXIS |
AXDIR_POSITIVE_SECONDARY_AXIS |
AXDIR_POSITIVE_TERTIARY_AXIS |
| Modifier and Type | Field and Description |
|---|---|
static int |
_totalEnum |
| Modifier and Type | Method and Description |
|---|---|
static SRM_Axis_Direction |
getEnum(int item) |
int |
toInt()
returns the integer code value for the enumerant
|
static SRM_Axis_Direction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SRM_Axis_Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SRM_Axis_Direction AXDIR_POSITIVE_PRIMARY_AXIS
public static final SRM_Axis_Direction AXDIR_POSITIVE_SECONDARY_AXIS
public static final SRM_Axis_Direction AXDIR_POSITIVE_TERTIARY_AXIS
public static final SRM_Axis_Direction AXDIR_NEGATIVE_PRIMARY_AXIS
public static final SRM_Axis_Direction AXDIR_NEGATIVE_SECONDARY_AXIS
public static final SRM_Axis_Direction AXDIR_NEGATIVE_TERTIARY_AXIS
public static final int _totalEnum
public static SRM_Axis_Direction[] values()
for (SRM_Axis_Direction c : SRM_Axis_Direction.values()) System.out.println(c);
public static SRM_Axis_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 int toInt()
public static SRM_Axis_Direction getEnum(int item) throws SrmException
SrmExceptionCopyright © 2013 SEDRIS. All Rights Reserved.