Class MAPGPRS_TriggerDetectionPoint

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable

    public class MAPGPRS_TriggerDetectionPoint
    extends NamedInteger
    API for MAP-MS-DataTypes.GPRS-TriggerDetectionPoint. Generated from the following ASN.1 type definition.
     GPRS-TriggerDetectionPoint ::=
         ENUMERATED {
             attach(1),
             attachChangeOfPosition(2),
             pdp-ContextEstablishment(11),
             pdp-ContextEstablishmentAcknowledgement(12),
             pdp-ContextChangeOfPosition(14),
             ...
         }
     
    Added in R99.

    Used as field type by MAPGPRS_CamelTDPData.

    See Also:
    Serialized Form
    • Field Detail

      • _attach

        public static final int _attach
        Integer value of the constant attach.
        See Also:
        Constant Field Values
      • _attachChangeOfPosition

        public static final int _attachChangeOfPosition
        Integer value of the constant attachChangeOfPosition.
        See Also:
        Constant Field Values
      • attachChangeOfPosition

        public static final MAPGPRS_TriggerDetectionPoint attachChangeOfPosition
        Reference to value of the constant attachChangeOfPosition.
      • _pdp_ContextEstablishment

        public static final int _pdp_ContextEstablishment
        Integer value of the constant pdp_ContextEstablishment.
        See Also:
        Constant Field Values
      • pdp_ContextEstablishment

        public static final MAPGPRS_TriggerDetectionPoint pdp_ContextEstablishment
        Reference to value of the constant pdp_ContextEstablishment.
      • _pdp_ContextEstablishmentAcknowledgement

        public static final int _pdp_ContextEstablishmentAcknowledgement
        Integer value of the constant pdp_ContextEstablishmentAcknowledgement.
        See Also:
        Constant Field Values
      • pdp_ContextEstablishmentAcknowledgement

        public static final MAPGPRS_TriggerDetectionPoint pdp_ContextEstablishmentAcknowledgement
        Reference to value of the constant pdp_ContextEstablishmentAcknowledgement.
      • _pdp_ContextChangeOfPosition

        public static final int _pdp_ContextChangeOfPosition
        Integer value of the constant pdp_ContextChangeOfPosition.
        See Also:
        Constant Field Values
      • pdp_ContextChangeOfPosition

        public static final MAPGPRS_TriggerDetectionPoint pdp_ContextChangeOfPosition
        Reference to value of the constant pdp_ContextChangeOfPosition.
      • MIN_VALUE

        public static final int MIN_VALUE
        Minimum value that a com.opencloud.slee.resources.cgin.map.MAPGPRS_TriggerDetectionPoint instance may take (1).
        See Also:
        Constant Field Values
      • MAX_VALUE

        public static final int MAX_VALUE
        Maximum value that a com.opencloud.slee.resources.cgin.map.MAPGPRS_TriggerDetectionPoint instance may take (14).
        See Also:
        Constant Field Values
    • Constructor Detail

      • MAPGPRS_TriggerDetectionPoint

        protected MAPGPRS_TriggerDetectionPoint​(int value,
                                                String description)
        Constructs an enumeration constant for the given numeric value, noting its name.
        Parameters:
        value - numeric value
        description - name of number
      • MAPGPRS_TriggerDetectionPoint

        protected MAPGPRS_TriggerDetectionPoint​(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 MAPGPRS_TriggerDetectionPoint 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 MAPGPRS_TriggerDetectionPoint[] namedValues()
        Returns an array containing all the enumeration constants referenced by fields.
        Returns:
        array of enumeration constants