Class 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 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 value
        description - 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