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