public static class MAPSS_Information.Choice extends NamedInteger
Modifier and Type | Field and Description |
---|---|
static int |
_CALLBARRINGINFO
Integer value of the choice CALLBARRINGINFO.
|
static int |
_CUG_INFORMATION
Integer value of the choice CUG_INFORMATION.
|
static int |
_FORWARDINGINFO
Integer value of the choice FORWARDINGINFO.
|
static int |
_SS_DATA_V1
Integer value of the choice SS_DATA_V1.
|
static MAPSS_Information.Choice |
CALLBARRINGINFO
Reference to the choice CALLBARRINGINFO.
|
static MAPSS_Information.Choice |
CUG_INFORMATION
Reference to the choice CUG_INFORMATION.
|
static MAPSS_Information.Choice |
FORWARDINGINFO
Reference to the choice FORWARDINGINFO.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPSS_Information.Choice instance may take (19479555).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPSS_Information.Choice instance may take (19479552).
|
static MAPSS_Information.Choice |
SS_DATA_V1
Reference to the choice SS_DATA_V1.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPSS_Information.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 _CALLBARRINGINFO
public static final MAPSS_Information.Choice CALLBARRINGINFO
public static final int _CUG_INFORMATION
public static final MAPSS_Information.Choice CUG_INFORMATION
public static final int _FORWARDINGINFO
public static final MAPSS_Information.Choice FORWARDINGINFO
public static final int _SS_DATA_V1
public static final MAPSS_Information.Choice SS_DATA_V1
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPSS_Information.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()