public static class MAPSS_Info.Choice extends MAPSS_Information.Choice
Modifier and Type | Field and Description |
---|---|
static int |
_SS_DATA
Integer value of the choice SS_DATA.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPSS_Info.Choice instance may take (19479557).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPSS_Info.Choice instance may take (19479552).
|
static MAPSS_Info.Choice |
SS_DATA
Reference to the choice SS_DATA.
|
_CALLBARRINGINFO, _CUG_INFORMATION, _FORWARDINGINFO, _SS_DATA_V1, CALLBARRINGINFO, CUG_INFORMATION, FORWARDINGINFO, SS_DATA_V1
Modifier | Constructor and Description |
---|---|
protected |
MAPSS_Info.Choice(int value,
String description)
Constructs a number, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPSS_Information.Choice |
fromValue(int value)
Finds or constructs an integer for the given numeric value.
|
static MAPSS_Information.Choice[] |
namedValues()
Returns an array containing all the numeric values that distinguish choices.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
public static final int _SS_DATA
public static final MAPSS_Info.Choice SS_DATA
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPSS_Info.Choice(int value, String description)
value
- numeric valuedescription
- name of numberpublic static MAPSS_Information.Choice fromValue(int value)
value
- numeric valuepublic static MAPSS_Information.Choice[] namedValues()