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