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 Summary
Fields Modifier and Type Field Description static int_cellGlobalIdInteger value of the constant cellGlobalId.static int_countryCodeInteger value of the constant countryCode.static int_locationAreaIdInteger value of the constant locationAreaId.static int_plmnIdInteger value of the constant plmnId.static int_routingAreaIdInteger value of the constant routingAreaId.static int_utranCellIdInteger value of the constant utranCellId.static MAPAreaTypecellGlobalIdReference to value of the constant cellGlobalId.static MAPAreaTypecountryCodeReference to value of the constant countryCode.static MAPAreaTypelocationAreaIdReference to value of the constant locationAreaId.static intMAX_VALUEMaximum value that a com.opencloud.slee.resources.cgin.map.MAPAreaType instance may take (5).static intMIN_VALUEMinimum value that a com.opencloud.slee.resources.cgin.map.MAPAreaType instance may take (0).static MAPAreaTypeplmnIdReference to value of the constant plmnId.static MAPAreaTyperoutingAreaIdReference to value of the constant routingAreaId.static MAPAreaTypeutranCellIdReference to value of the constant utranCellId.
-
Constructor Summary
Constructors Modifier Constructor Description protectedMAPAreaType(int value)Constructs an enumeration constant for the given numeric value.protectedMAPAreaType(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 MAPAreaTypefromValue(int value)Finds or constructs an enumeration constant for the given numeric value.static MAPAreaType[]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
-
_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 valuedescription- 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
-
-