Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Method and Description |
---|---|
static MAPHuntGroupAccessSelectionOrder |
MAPHuntGroupAccessSelectionOrder.fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
MAPHuntGroupAccessSelectionOrder |
MAPSS_SubscriptionOption_v1.getHuntGroupAccessSelectionOrder()
Gets the value of the huntGroupAccessSelectionOrder choice.
|
static MAPHuntGroupAccessSelectionOrder |
MAPHuntGroupAccessSelectionOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPHuntGroupAccessSelectionOrder[] |
MAPHuntGroupAccessSelectionOrder.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_v1 |
MAPSS_SubscriptionOption_v1.setHuntGroupAccessSelectionOrder(MAPHuntGroupAccessSelectionOrder value)
Sets the value of the huntGroupAccessSelectionOrder choice.
|