Class MAPGroupRequestedInfo
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- MAPGroupRequestedInfo
-
- All Implemented Interfaces:
DataObject,Immutable,Serializable
public class MAPGroupRequestedInfo extends NamedInteger
API for MAP-GR-DataTypes.RequestedInfo. Generated from the following ASN.1 type definition and the adaptations below.RequestedInfo ::= ENUMERATED { anchorMSC-AddressAndASCI-CallReference(0), imsiAndAdditionalInfoAndAdditionalSubscription(1), ... } MAP-GR-DataTypes { RequestedInfo { @rename GroupRequestedInfo } }Added in release 7. (Renamed to avoid clash with MAP-MS-DataTypes.RequestedInfo.) Exception handling: an unrecognized value shall be rejected by the receiver with a return error cause of unexpected data value.Used as field type by
MAPSendGroupCallInfoArg.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_anchorMSC_AddressAndASCI_CallReferenceInteger value of the constant anchorMSC_AddressAndASCI_CallReference.static int_imsiAndAdditionalInfoAndAdditionalSubscriptionInteger value of the constant imsiAndAdditionalInfoAndAdditionalSubscription.static MAPGroupRequestedInfoanchorMSC_AddressAndASCI_CallReferenceReference to value of the constant anchorMSC_AddressAndASCI_CallReference.static MAPGroupRequestedInfoimsiAndAdditionalInfoAndAdditionalSubscriptionReference to value of the constant imsiAndAdditionalInfoAndAdditionalSubscription.static intMAX_VALUEMaximum value that a com.opencloud.slee.resources.cgin.map.MAPGroupRequestedInfo instance may take (1).static intMIN_VALUEMinimum value that a com.opencloud.slee.resources.cgin.map.MAPGroupRequestedInfo instance may take (0).
-
Constructor Summary
Constructors Modifier Constructor Description protectedMAPGroupRequestedInfo(int value)Constructs an enumeration constant for the given numeric value.protectedMAPGroupRequestedInfo(int value, String description)Constructs an enumeration constant for the given numeric value, noting its name.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MAPGroupRequestedInfofromValue(int value)Finds or constructs an enumeration constant for the given numeric value.static MAPGroupRequestedInfo[]namedValues()Returns an array containing all the enumeration constants referenced by fields.-
Methods inherited from class com.opencloud.util.NamedInteger
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
-
-
-
-
Field Detail
-
_anchorMSC_AddressAndASCI_CallReference
public static final int _anchorMSC_AddressAndASCI_CallReference
Integer value of the constant anchorMSC_AddressAndASCI_CallReference.- See Also:
- Constant Field Values
-
anchorMSC_AddressAndASCI_CallReference
public static final MAPGroupRequestedInfo anchorMSC_AddressAndASCI_CallReference
Reference to value of the constant anchorMSC_AddressAndASCI_CallReference.
-
_imsiAndAdditionalInfoAndAdditionalSubscription
public static final int _imsiAndAdditionalInfoAndAdditionalSubscription
Integer value of the constant imsiAndAdditionalInfoAndAdditionalSubscription.- See Also:
- Constant Field Values
-
imsiAndAdditionalInfoAndAdditionalSubscription
public static final MAPGroupRequestedInfo imsiAndAdditionalInfoAndAdditionalSubscription
Reference to value of the constant imsiAndAdditionalInfoAndAdditionalSubscription.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPGroupRequestedInfo instance may take (0).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPGroupRequestedInfo instance may take (1).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MAPGroupRequestedInfo
protected MAPGroupRequestedInfo(int value, String description)Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value- numeric valuedescription- name of number
-
MAPGroupRequestedInfo
protected MAPGroupRequestedInfo(int value)
Constructs an enumeration constant for the given numeric value. Suitable for use as decode method.- Parameters:
value- numeric value
-
-
Method Detail
-
fromValue
public static MAPGroupRequestedInfo fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.- Parameters:
value- integer- Returns:
- one of the fields if suitable, else a newly constructed object
-
namedValues
public static MAPGroupRequestedInfo[] namedValues()
Returns an array containing all the enumeration constants referenced by fields.- Returns:
- array of enumeration constants
-
-