Uses of Class
com.opencloud.slee.resources.cgin.map.MAPNetworkResource
-
Packages that use MAPNetworkResource Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPNetworkResource in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPNetworkResource Modifier and Type Method Description static MAPNetworkResourceMAPNetworkResource. fromValue(int value)Returns the enumeration constant for a given ASN.1 encoded value.MAPNetworkResourceMAPExtensibleSystemFailureParam. getNetworkResource()Gets the value of the field networkResource.MAPNetworkResourceMAPResetArg. getNetworkResource()Gets the value of the field networkResource.MAPNetworkResourceMAPSystemFailureParam. getNetworkResource()Gets the value of the networkResource choice.static MAPNetworkResourceMAPNetworkResource. 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.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPNetworkResource Modifier and Type Method Description MAPExtensibleSystemFailureParamMAPExtensibleSystemFailureParam. setNetworkResource(MAPNetworkResource value)Sets the value of the field networkResource.MAPResetArgMAPResetArg. setNetworkResource(MAPNetworkResource value)Sets the value of the field networkResource.MAPSystemFailureParamMAPSystemFailureParam. setNetworkResource(MAPNetworkResource value)Sets the value of the networkResource choice.
-