public enum SRM_Interval_Type extends Enum<SRM_Interval_Type>
| Enum Constant and Description |
|---|
IVLTYP_CLOSED_INTERVAL |
IVLTYP_GE_LT_INTERVAL |
IVLTYP_GE_SEMI_INTERVAL |
IVLTYP_GT_LE_INTERVAL |
IVLTYP_GT_SEMI_INTERVAL |
IVLTYP_LE_SEMI_INTERVAL |
IVLTYP_LT_SEMI_INTERVAL |
IVLTYP_OPEN_INTERVAL |
IVLTYP_UNBOUNDED |
| Modifier and Type | Field and Description |
|---|---|
static int |
_totalEnum |
| Modifier and Type | Method and Description |
|---|---|
static SRM_Interval_Type |
getEnum(int item) |
int |
toInt()
returns the integer code value for the enumerant
|
static SRM_Interval_Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SRM_Interval_Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SRM_Interval_Type IVLTYP_OPEN_INTERVAL
public static final SRM_Interval_Type IVLTYP_GE_LT_INTERVAL
public static final SRM_Interval_Type IVLTYP_GT_LE_INTERVAL
public static final SRM_Interval_Type IVLTYP_CLOSED_INTERVAL
public static final SRM_Interval_Type IVLTYP_GT_SEMI_INTERVAL
public static final SRM_Interval_Type IVLTYP_GE_SEMI_INTERVAL
public static final SRM_Interval_Type IVLTYP_LT_SEMI_INTERVAL
public static final SRM_Interval_Type IVLTYP_LE_SEMI_INTERVAL
public static final SRM_Interval_Type IVLTYP_UNBOUNDED
public static final int _totalEnum
public static SRM_Interval_Type[] values()
for (SRM_Interval_Type c : SRM_Interval_Type.values()) System.out.println(c);
public static SRM_Interval_Type 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_Interval_Type getEnum(int item) throws SrmException
SrmExceptionCopyright © 2013 SEDRIS. All Rights Reserved.