Class MAPExt_SS_Info.Choice
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Enclosing class:
- MAPExt_SS_Info
public static class MAPExt_SS_Info.Choice extends MAPSS_Info.Choice
API for MAP-MS-DataTypes.Ext-SS-Info.Choice.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_CUG_INFO
Integer value of the choice CUG_INFO.static int
_EMLPP_INFO
Integer value of the choice EMLPP_INFO.static MAPExt_SS_Info.Choice
CUG_INFO
Reference to the choice CUG_INFO.static MAPExt_SS_Info.Choice
EMLPP_INFO
Reference to the choice EMLPP_INFO.static int
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPExt_SS_Info.Choice instance may take (19479559).static int
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPExt_SS_Info.Choice instance may take (19479552).-
Fields inherited from class com.opencloud.slee.resources.cgin.map.MAPSS_Info.Choice
_SS_DATA, SS_DATA
-
Fields inherited from class com.opencloud.slee.resources.cgin.map.MAPSS_Information.Choice
_CALLBARRINGINFO, _CUG_INFORMATION, _FORWARDINGINFO, _SS_DATA_V1, CALLBARRINGINFO, CUG_INFORMATION, FORWARDINGINFO, SS_DATA_V1
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.opencloud.util.NamedInteger
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
-
-
-
-
Field Detail
-
_CUG_INFO
public static final int _CUG_INFO
Integer value of the choice CUG_INFO.- See Also:
- Constant Field Values
-
CUG_INFO
public static final MAPExt_SS_Info.Choice CUG_INFO
Reference to the choice CUG_INFO.
-
_EMLPP_INFO
public static final int _EMLPP_INFO
Integer value of the choice EMLPP_INFO.- See Also:
- Constant Field Values
-
EMLPP_INFO
public static final MAPExt_SS_Info.Choice EMLPP_INFO
Reference to the choice EMLPP_INFO.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPExt_SS_Info.Choice instance may take (19479552).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPExt_SS_Info.Choice instance may take (19479559).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Choice
protected Choice(int value, String description)
Constructs a number, noting its name.- Parameters:
value
- numeric valuedescription
- name of number
-
-
Method Detail
-
fromValue
public static MAPSS_Information.Choice fromValue(int value)
Finds or constructs an integer for the given numeric value.- Parameters:
value
- numeric value- Returns:
- one of the fields if suitable, else a newly constructed object
-
namedValues
public static MAPSS_Information.Choice[] namedValues()
Returns an array containing all the numeric values that distinguish choices.- Returns:
- array of integers
-
-