Class MAPInterrogateSS_Res.Choice
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Enclosing class:
- MAPInterrogateSS_Res
public static class MAPInterrogateSS_Res.Choice extends MAPInterrogateSSRes_v1.Choice
API for MAP-SS-DataTypes.InterrogateSS-Res.Choice.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_BASICSERVICEGROUPLIST
Integer value of the choice BASICSERVICEGROUPLIST.static int
_GENERICSERVICEINFO
Integer value of the choice GENERICSERVICEINFO.static MAPInterrogateSS_Res.Choice
BASICSERVICEGROUPLIST
Reference to the choice BASICSERVICEGROUPLIST.static MAPInterrogateSS_Res.Choice
GENERICSERVICEINFO
Reference to the choice GENERICSERVICEINFO.static int
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPInterrogateSS_Res.Choice instance may take (19479558).static int
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPInterrogateSS_Res.Choice instance may take (19479552).-
Fields inherited from class com.opencloud.slee.resources.cgin.map.MAPInterrogateSSRes_v1.Choice
_ACTIVESBASICSERVICES, _FORWARDEDTONUMBER, _FORWARDINGFEATURELIST, _SS_STATUS, ACTIVESBASICSERVICES, FORWARDEDTONUMBER, FORWARDINGFEATURELIST, SS_STATUS
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MAPInterrogateSSRes_v1.Choice
fromValue(int value)
Finds or constructs an integer for the given numeric value.static MAPInterrogateSSRes_v1.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
-
_BASICSERVICEGROUPLIST
public static final int _BASICSERVICEGROUPLIST
Integer value of the choice BASICSERVICEGROUPLIST.- See Also:
- Constant Field Values
-
BASICSERVICEGROUPLIST
public static final MAPInterrogateSS_Res.Choice BASICSERVICEGROUPLIST
Reference to the choice BASICSERVICEGROUPLIST.
-
_GENERICSERVICEINFO
public static final int _GENERICSERVICEINFO
Integer value of the choice GENERICSERVICEINFO.- See Also:
- Constant Field Values
-
GENERICSERVICEINFO
public static final MAPInterrogateSS_Res.Choice GENERICSERVICEINFO
Reference to the choice GENERICSERVICEINFO.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPInterrogateSS_Res.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.MAPInterrogateSS_Res.Choice instance may take (19479558).- 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 MAPInterrogateSSRes_v1.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 MAPInterrogateSSRes_v1.Choice[] namedValues()
Returns an array containing all the numeric values that distinguish choices.- Returns:
- array of integers
-
-