Class MAPLCSClientInternalID

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable

    public class MAPLCSClientInternalID
    extends NamedInteger
    API for MAP-CommonDataTypes.LCSClientInternalID. Generated from the following ASN.1 type definition.
     LCSClientInternalID ::=
         ENUMERATED {
             broadcastService(0),
             o-andM-HPLMN(1),
             o-andM-VPLMN(2),
             anonymousLocation(3),
             targetMSsubscribedService(4),
             ...
         }
     
    Added in R98. For a CAMEL phase 3 PLMN operator client, the value targetMSsubscribedService shall be used.

    Used in array as field type by MAPLCS_PrivacyClass.

    Used as field type by MAPLCS_ClientID.

    See Also:
    Serialized Form
    • Field Detail

      • _broadcastService

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

        public static final MAPLCSClientInternalID broadcastService
        Reference to value of the constant broadcastService.
      • _o_andM_HPLMN

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

        public static final MAPLCSClientInternalID o_andM_HPLMN
        Reference to value of the constant o_andM_HPLMN.
      • _o_andM_VPLMN

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

        public static final MAPLCSClientInternalID o_andM_VPLMN
        Reference to value of the constant o_andM_VPLMN.
      • _anonymousLocation

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

        public static final MAPLCSClientInternalID anonymousLocation
        Reference to value of the constant anonymousLocation.
      • _targetMSsubscribedService

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

        public static final MAPLCSClientInternalID targetMSsubscribedService
        Reference to value of the constant targetMSsubscribedService.
      • MIN_VALUE

        public static final int MIN_VALUE
        Minimum value that a com.opencloud.slee.resources.cgin.map.MAPLCSClientInternalID 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.MAPLCSClientInternalID instance may take (4).
        See Also:
        Constant Field Values
    • Constructor Detail

      • MAPLCSClientInternalID

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

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