Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Method and Description |
---|---|
static MAPSubscriberStatus |
MAPSubscriberStatus.fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
MAPSubscriberStatus |
MAPSubscriberData.getSubscriberStatus()
Gets the value of the field subscriberStatus.
|
MAPSubscriberStatus |
MAPInsertSubscriberDataArg_v1.getSubscriberStatus()
Gets the value of the field subscriberStatus.
|
static MAPSubscriberStatus |
MAPSubscriberStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPSubscriberStatus[] |
MAPSubscriberStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MAPSubscriberData |
MAPSubscriberData.setSubscriberStatus(MAPSubscriberStatus value)
Sets the value of the field subscriberStatus.
|
MAPInsertSubscriberDataArg_v1 |
MAPInsertSubscriberDataArg_v1.setSubscriberStatus(MAPSubscriberStatus value)
Sets the value of the field subscriberStatus.
|
MAPInsertSubscriberDataArg |
MAPInsertSubscriberDataArg.setSubscriberStatus(MAPSubscriberStatus value)
Sets the value of the field subscriberStatus.
|