Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Class and Description |
---|---|
static class |
MAPAuthenticationSetList_v3.Choice
API for MAP-MS-DataTypes.AuthenticationSetList-v3.Choice.
|
Modifier and Type | Field and Description |
---|---|
static MAPSendAuthenticationInfoRes.Choice |
MAPSendAuthenticationInfoRes.Choice.TRIPLETLIST
Reference to the choice TRIPLETLIST.
|
Modifier and Type | Method and Description |
---|---|
static MAPSendAuthenticationInfoRes.Choice |
MAPSendAuthenticationInfoRes.Choice.fromValue(int value)
Finds or constructs an integer for the given numeric value.
|
static MAPSendAuthenticationInfoRes.Choice |
MAPAuthenticationSetList_v3.Choice.fromValue(int value)
Finds or constructs an integer for the given numeric value.
|
MAPSendAuthenticationInfoRes.Choice |
MAPSendAuthenticationInfoRes.getChoice()
Gets the discriminant of the current choice.
|
static MAPSendAuthenticationInfoRes.Choice[] |
MAPSendAuthenticationInfoRes.Choice.namedValues()
Returns an array containing all the numeric values that distinguish choices.
|
static MAPSendAuthenticationInfoRes.Choice[] |
MAPAuthenticationSetList_v3.Choice.namedValues()
Returns an array containing all the numeric values that distinguish choices.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MAPSendAuthenticationInfoRes.setChoice(MAPSendAuthenticationInfoRes.Choice arg)
Sets the discriminant of the current choice.
|