Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Method and Description |
---|---|
static MAPCliRestrictionOption |
MAPCliRestrictionOption.fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
MAPCliRestrictionOption |
MAPSS_SubscriptionOption.getCliRestrictionOption()
Gets the value of the cliRestrictionOption choice.
|
MAPCliRestrictionOption |
MAPModificationRequestFor_CLIR_Info.getCliRestrictionOption()
Gets the value of the field cliRestrictionOption.
|
MAPCliRestrictionOption |
MAPGenericServiceInfo.getCliRestrictionOption()
Gets the value of the field cliRestrictionOption.
|
MAPCliRestrictionOption |
MAPClirData.getCliRestrictionOption()
Gets the value of the field cliRestrictionOption.
|
static MAPCliRestrictionOption |
MAPCliRestrictionOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPCliRestrictionOption[] |
MAPCliRestrictionOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MAPSS_SubscriptionOption |
MAPSS_SubscriptionOption.setCliRestrictionOption(MAPCliRestrictionOption value)
Sets the value of the cliRestrictionOption choice.
|
MAPModificationRequestFor_CLIR_Info |
MAPModificationRequestFor_CLIR_Info.setCliRestrictionOption(MAPCliRestrictionOption value)
Sets the value of the field cliRestrictionOption.
|
MAPGenericServiceInfo |
MAPGenericServiceInfo.setCliRestrictionOption(MAPCliRestrictionOption value)
Sets the value of the field cliRestrictionOption.
|
MAPClirData |
MAPClirData.setCliRestrictionOption(MAPCliRestrictionOption value)
Sets the value of the field cliRestrictionOption.
|