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