public enum SRM_Coordinate_Valid_Region_Code extends Enum<SRM_Coordinate_Valid_Region_Code>
| Enum Constant and Description |
|---|
COORDVALRGN_DEFINED
DEFINED denotes a coordinate that is contained in the CS domain but not
in the valid or the extended valid regions.
|
COORDVALRGN_EXTENDED_VALID
EXTENDED_VALID denotes a coordinate that is contained in the
extended valid region and in the CS domain but not in the valid region.
|
COORDVALRGN_VALID
VALID denotes a coordinate that is contained in the valid region and in
the CS domain.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
_totalEnum |
| Modifier and Type | Method and Description |
|---|---|
static SRM_Coordinate_Valid_Region_Code |
getEnum(int item) |
int |
toInt()
returns the integer code value for the enumerant
|
static SRM_Coordinate_Valid_Region_Code |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SRM_Coordinate_Valid_Region_Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SRM_Coordinate_Valid_Region_Code COORDVALRGN_VALID
public static final SRM_Coordinate_Valid_Region_Code COORDVALRGN_EXTENDED_VALID
public static final SRM_Coordinate_Valid_Region_Code COORDVALRGN_DEFINED
public static final int _totalEnum
public static SRM_Coordinate_Valid_Region_Code[] values()
for (SRM_Coordinate_Valid_Region_Code c : SRM_Coordinate_Valid_Region_Code.values()) System.out.println(c);
public static SRM_Coordinate_Valid_Region_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 static SRM_Coordinate_Valid_Region_Code getEnum(int item) throws SrmException
SrmExceptionpublic int toInt()
Copyright © 2013 SEDRIS. All Rights Reserved.