Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Method and Description |
---|---|
static MAPModificationInstruction |
MAPModificationInstruction.fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
MAPModificationInstruction |
MAPModificationRequestFor_CSI.getModifyCSI_State()
Gets the value of the field modifyCSI-State.
|
MAPModificationInstruction |
MAPModificationRequestFor_ODB_data.getModifyNotificationToCSE()
Gets the value of the field modifyNotificationToCSE.
|
MAPModificationInstruction |
MAPModificationRequestFor_ECT_Info.getModifyNotificationToCSE()
Gets the value of the field modifyNotificationToCSE.
|
MAPModificationInstruction |
MAPModificationRequestFor_CW_Info.getModifyNotificationToCSE()
Gets the value of the field modifyNotificationToCSE.
|
MAPModificationInstruction |
MAPModificationRequestFor_CSI.getModifyNotificationToCSE()
Gets the value of the field modifyNotificationToCSE.
|
MAPModificationInstruction |
MAPModificationRequestFor_CSG.getModifyNotificationToCSE()
Gets the value of the field modifyNotificationToCSE.
|
MAPModificationInstruction |
MAPModificationRequestFor_CLIR_Info.getModifyNotificationToCSE()
Gets the value of the field modifyNotificationToCSE.
|
MAPModificationInstruction |
MAPModificationRequestFor_CLIP_Info.getModifyNotificationToCSE()
Gets the value of the field modifyNotificationToCSE.
|
MAPModificationInstruction |
MAPModificationRequestFor_CH_Info.getModifyNotificationToCSE()
Gets the value of the field modifyNotificationToCSE.
|
MAPModificationInstruction |
MAPModificationRequestFor_CF_Info.getModifyNotificationToCSE()
Gets the value of the field modifyNotificationToCSE.
|
MAPModificationInstruction |
MAPModificationRequestFor_CB_Info.getModifyNotificationToCSE()
Gets the value of the field modifyNotificationToCSE.
|
MAPModificationInstruction |
MAPModificationRequestFor_IP_SM_GW_Data.getModifyRegistrationStatus()
Gets the value of the field modifyRegistrationStatus.
|
static MAPModificationInstruction |
MAPModificationInstruction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPModificationInstruction[] |
MAPModificationInstruction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MAPModificationRequestFor_CSI |
MAPModificationRequestFor_CSI.setModifyCSI_State(MAPModificationInstruction value)
Sets the value of the field modifyCSI-State.
|
MAPModificationRequestFor_ODB_data |
MAPModificationRequestFor_ODB_data.setModifyNotificationToCSE(MAPModificationInstruction value)
Sets the value of the field modifyNotificationToCSE.
|
MAPModificationRequestFor_ECT_Info |
MAPModificationRequestFor_ECT_Info.setModifyNotificationToCSE(MAPModificationInstruction value)
Sets the value of the field modifyNotificationToCSE.
|
MAPModificationRequestFor_CW_Info |
MAPModificationRequestFor_CW_Info.setModifyNotificationToCSE(MAPModificationInstruction value)
Sets the value of the field modifyNotificationToCSE.
|
MAPModificationRequestFor_CSI |
MAPModificationRequestFor_CSI.setModifyNotificationToCSE(MAPModificationInstruction value)
Sets the value of the field modifyNotificationToCSE.
|
MAPModificationRequestFor_CSG |
MAPModificationRequestFor_CSG.setModifyNotificationToCSE(MAPModificationInstruction value)
Sets the value of the field modifyNotificationToCSE.
|
MAPModificationRequestFor_CLIR_Info |
MAPModificationRequestFor_CLIR_Info.setModifyNotificationToCSE(MAPModificationInstruction value)
Sets the value of the field modifyNotificationToCSE.
|
MAPModificationRequestFor_CLIP_Info |
MAPModificationRequestFor_CLIP_Info.setModifyNotificationToCSE(MAPModificationInstruction value)
Sets the value of the field modifyNotificationToCSE.
|
MAPModificationRequestFor_CH_Info |
MAPModificationRequestFor_CH_Info.setModifyNotificationToCSE(MAPModificationInstruction value)
Sets the value of the field modifyNotificationToCSE.
|
MAPModificationRequestFor_CF_Info |
MAPModificationRequestFor_CF_Info.setModifyNotificationToCSE(MAPModificationInstruction value)
Sets the value of the field modifyNotificationToCSE.
|
MAPModificationRequestFor_CB_Info |
MAPModificationRequestFor_CB_Info.setModifyNotificationToCSE(MAPModificationInstruction value)
Sets the value of the field modifyNotificationToCSE.
|
MAPModificationRequestFor_IP_SM_GW_Data |
MAPModificationRequestFor_IP_SM_GW_Data.setModifyRegistrationStatus(MAPModificationInstruction value)
Sets the value of the field modifyRegistrationStatus.
|