Uses of Class
com.opencloud.slee.resources.cgin.map.MAPAreaType
-
Packages that use MAPAreaType Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPAreaType in com.opencloud.slee.resources.cgin.map
Fields in com.opencloud.slee.resources.cgin.map declared as MAPAreaType Modifier and Type Field Description static MAPAreaType
MAPAreaType. cellGlobalId
Reference to value of the constant cellGlobalId.static MAPAreaType
MAPAreaType. countryCode
Reference to value of the constant countryCode.static MAPAreaType
MAPAreaType. locationAreaId
Reference to value of the constant locationAreaId.static MAPAreaType
MAPAreaType. plmnId
Reference to value of the constant plmnId.static MAPAreaType
MAPAreaType. routingAreaId
Reference to value of the constant routingAreaId.static MAPAreaType
MAPAreaType. utranCellId
Reference to value of the constant utranCellId.Methods in com.opencloud.slee.resources.cgin.map that return MAPAreaType Modifier and Type Method Description static MAPAreaType
MAPAreaType. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.MAPAreaType
MAPArea. getAreaType()
Gets the value of the field areaType.static MAPAreaType[]
MAPAreaType. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPAreaType Modifier and Type Method Description MAPArea
MAPArea. setAreaType(MAPAreaType value)
Sets the value of the field areaType.Constructors in com.opencloud.slee.resources.cgin.map with parameters of type MAPAreaType Constructor Description MAPArea(MAPAreaType AreaType_param, byte[] AreaIdentification_param)
Constructs an object from given values for all fields.
-