Class MAPAreaType

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable

    public class MAPAreaType
    extends NamedInteger
    API for MAP-LCS-DataTypes.AreaType. Generated from the following ASN.1 type definition.
     AreaType ::=
         ENUMERATED {
             countryCode(0),
             plmnId(1),
             locationAreaId(2),
             routingAreaId(3),
             cellGlobalId(4),
             ...
             utranCellId(5)
         }
     
    Added in release 6.

    Used as field type by MAPArea.

    See Also:
    Serialized Form
    • Field Detail

      • _countryCode

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

        public static final MAPAreaType countryCode
        Reference to value of the constant countryCode.
      • _plmnId

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

        public static final MAPAreaType plmnId
        Reference to value of the constant plmnId.
      • _locationAreaId

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

        public static final MAPAreaType locationAreaId
        Reference to value of the constant locationAreaId.
      • _routingAreaId

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

        public static final MAPAreaType routingAreaId
        Reference to value of the constant routingAreaId.
      • _cellGlobalId

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

        public static final MAPAreaType cellGlobalId
        Reference to value of the constant cellGlobalId.
      • _utranCellId

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

        public static final MAPAreaType utranCellId
        Reference to value of the constant utranCellId.
      • MIN_VALUE

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

      • MAPAreaType

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

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