Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Method and Description |
---|---|
static MAPEquipmentStatus |
MAPEquipmentStatus.fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
MAPEquipmentStatus |
MAPCheckIMEIResSeq.getEquipmentStatus()
Gets the value of the field equipmentStatus.
|
static MAPEquipmentStatus |
MAPEquipmentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPEquipmentStatus[] |
MAPEquipmentStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MAPCheckIMEI_Res |
MAPCheckIMEI_Res.setEquipmentStatus(MAPEquipmentStatus value)
Sets the value of the field equipmentStatus.
|
MAPCheckIMEIResSeq |
MAPCheckIMEIResSeq.setEquipmentStatus(MAPEquipmentStatus value)
Sets the value of the field equipmentStatus.
|
Constructor and Description |
---|
MAPCheckIMEIResSeq(MAPEquipmentStatus EquipmentStatus_param)
Constructs an object from given values for all fields.
|