public enum SRM_RDC_Code extends Enum<SRM_RDC_Code>
| Enum Constant and Description |
|---|
RDC_AXIS |
RDC_CURVE |
RDC_ELLIPSOID |
RDC_PLANE |
RDC_POINT |
RDC_PROLATE_SPHEROID |
RDC_SPHERE |
RDC_TRI_AXIAL_SPHEROID |
RDC_UNSPECIFIED |
| Modifier and Type | Field and Description |
|---|---|
static int |
_totalEnum |
| Modifier and Type | Method and Description |
|---|---|
static SRM_RDC_Code |
getEnum(int item) |
int |
toInt()
returns the integer code value for the enumerant
|
static SRM_RDC_Code |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SRM_RDC_Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SRM_RDC_Code RDC_UNSPECIFIED
public static final SRM_RDC_Code RDC_POINT
public static final SRM_RDC_Code RDC_CURVE
public static final SRM_RDC_Code RDC_AXIS
public static final SRM_RDC_Code RDC_PLANE
public static final SRM_RDC_Code RDC_ELLIPSOID
public static final SRM_RDC_Code RDC_SPHERE
public static final SRM_RDC_Code RDC_PROLATE_SPHEROID
public static final SRM_RDC_Code RDC_TRI_AXIAL_SPHEROID
public static final int _totalEnum
public static SRM_RDC_Code[] values()
for (SRM_RDC_Code c : SRM_RDC_Code.values()) System.out.println(c);
public static SRM_RDC_Code 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_RDC_Code getEnum(int item) throws SrmException
SrmExceptionCopyright © 2013 SEDRIS. All Rights Reserved.