Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Field and Description |
---|---|
static MAPDomainType |
MAPDomainType.cs_Domain
Reference to value of the constant cs_Domain.
|
static MAPDomainType |
MAPDomainType.ps_Domain
Reference to value of the constant ps_Domain.
|
Modifier and Type | Method and Description |
---|---|
static MAPDomainType |
MAPDomainType.fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
MAPDomainType |
MAPRequestedInfo.getRequestedDomain()
Gets the value of the field requestedDomain.
|
static MAPDomainType[] |
MAPDomainType.namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
Modifier and Type | Method and Description |
---|---|
MAPRequestedInfo |
MAPRequestedInfo.setRequestedDomain(MAPDomainType value)
Sets the value of the field requestedDomain.
|