| Enum Constant and Description |
|---|
cellGlobalId |
countryCode |
locationAreaId |
plmnId |
routingAreaId |
utranCellId |
| Modifier and Type | Method and Description |
|---|---|
static AreaType |
getAreaType(int type) |
int |
getType() |
static AreaType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AreaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AreaType countryCode
public static final AreaType plmnId
public static final AreaType locationAreaId
public static final AreaType routingAreaId
public static final AreaType cellGlobalId
public static final AreaType utranCellId
public static AreaType[] values()
for (AreaType c : AreaType.values()) System.out.println(c);
public static AreaType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getType()
public static AreaType getAreaType(int type)
Copyright © 2011. All Rights Reserved.