public class MAPAreaType extends NamedInteger
AreaType ::= ENUMERATED { countryCode(0), plmnId(1), locationAreaId(2), routingAreaId(3), cellGlobalId(4), ... utranCellId(5) }Added in release 6.
Used as field type by MAPArea
.
Modifier and Type | Field and Description |
---|---|
static int |
_cellGlobalId
Integer value of the constant cellGlobalId.
|
static int |
_countryCode
Integer value of the constant countryCode.
|
static int |
_locationAreaId
Integer value of the constant locationAreaId.
|
static int |
_plmnId
Integer value of the constant plmnId.
|
static int |
_routingAreaId
Integer value of the constant routingAreaId.
|
static int |
_utranCellId
Integer value of the constant utranCellId.
|
static MAPAreaType |
cellGlobalId
Reference to value of the constant cellGlobalId.
|
static MAPAreaType |
countryCode
Reference to value of the constant countryCode.
|
static MAPAreaType |
locationAreaId
Reference to value of the constant locationAreaId.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPAreaType instance may take (5).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPAreaType instance may take (0).
|
static MAPAreaType |
plmnId
Reference to value of the constant plmnId.
|
static MAPAreaType |
routingAreaId
Reference to value of the constant routingAreaId.
|
static MAPAreaType |
utranCellId
Reference to value of the constant utranCellId.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPAreaType(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPAreaType(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPAreaType |
fromValue(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.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _countryCode
public static final MAPAreaType countryCode
public static final int _plmnId
public static final MAPAreaType plmnId
public static final int _locationAreaId
public static final MAPAreaType locationAreaId
public static final int _routingAreaId
public static final MAPAreaType routingAreaId
public static final int _cellGlobalId
public static final MAPAreaType cellGlobalId
public static final int _utranCellId
public static final MAPAreaType utranCellId
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPAreaType(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPAreaType(int value)
value
- numeric valuepublic static MAPAreaType fromValue(int value)
value
- integerpublic static MAPAreaType[] namedValues()