Class MAPSS_Info.Choice
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Direct Known Subclasses:
MAPExt_SS_Info.Choice
- Enclosing class:
- MAPSS_Info
public static class MAPSS_Info.Choice extends MAPSS_Information.Choice
API for MAP-SS-DataTypes.SS-Info.Choice.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field 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.-
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
-
_SS_DATA
public static final int _SS_DATA
Integer value of the choice SS_DATA.- See Also:
- Constant Field Values
-
SS_DATA
public static final MAPSS_Info.Choice SS_DATA
Reference to the choice SS_DATA.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPSS_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.MAPSS_Info.Choice instance may take (19479557).- 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
-
-