Class MAPSS_SubscriptionOption.Choice
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Enclosing class:
- MAPSS_SubscriptionOption
public static class MAPSS_SubscriptionOption.Choice extends MAPSS_SubscriptionOption_v1.Choice
API for MAP-SS-DataTypes.SS-SubscriptionOption.Choice.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_CLIRESTRICTIONOPTION
Integer value of the choice CLIRESTRICTIONOPTION.static int
_OVERRIDECATEGORY
Integer value of the choice OVERRIDECATEGORY.static MAPSS_SubscriptionOption.Choice
CLIRESTRICTIONOPTION
Reference to the choice CLIRESTRICTIONOPTION.static int
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPSS_SubscriptionOption.Choice instance may take (19479559).static int
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPSS_SubscriptionOption.Choice instance may take (19479552).static MAPSS_SubscriptionOption.Choice
OVERRIDECATEGORY
Reference to the choice OVERRIDECATEGORY.-
Fields inherited from class com.opencloud.slee.resources.cgin.map.MAPSS_SubscriptionOption_v1.Choice
_HUNTGROUPACCESSSELECTIONORDER, _MAXIMUMCONFEREESNUMBER, _NOTIFICATIONTOHELDRETRIEVEDPARTY, _PERCALLBASIS, _USERTOUSERSERVICEINDICATOR, HUNTGROUPACCESSSELECTIONORDER, MAXIMUMCONFEREESNUMBER, NOTIFICATIONTOHELDRETRIEVEDPARTY, PERCALLBASIS, USERTOUSERSERVICEINDICATOR
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MAPSS_SubscriptionOption_v1.Choice
fromValue(int value)
Finds or constructs an integer for the given numeric value.static MAPSS_SubscriptionOption_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
-
_CLIRESTRICTIONOPTION
public static final int _CLIRESTRICTIONOPTION
Integer value of the choice CLIRESTRICTIONOPTION.- See Also:
- Constant Field Values
-
CLIRESTRICTIONOPTION
public static final MAPSS_SubscriptionOption.Choice CLIRESTRICTIONOPTION
Reference to the choice CLIRESTRICTIONOPTION.
-
_OVERRIDECATEGORY
public static final int _OVERRIDECATEGORY
Integer value of the choice OVERRIDECATEGORY.- See Also:
- Constant Field Values
-
OVERRIDECATEGORY
public static final MAPSS_SubscriptionOption.Choice OVERRIDECATEGORY
Reference to the choice OVERRIDECATEGORY.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPSS_SubscriptionOption.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_SubscriptionOption.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_SubscriptionOption_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 MAPSS_SubscriptionOption_v1.Choice[] namedValues()
Returns an array containing all the numeric values that distinguish choices.- Returns:
- array of integers
-
-