Uses of Class
com.opencloud.slee.resources.cgin.map.MAPCancellationType
-
Packages that use MAPCancellationType Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPCancellationType in com.opencloud.slee.resources.cgin.map
Fields in com.opencloud.slee.resources.cgin.map declared as MAPCancellationType Modifier and Type Field Description static MAPCancellationType
MAPCancellationType. initialAttachProcedure
Reference to value of the constant initialAttachProcedure.static MAPCancellationType
MAPCancellationType. subscriptionWithdraw
Reference to value of the constant subscriptionWithdraw.static MAPCancellationType
MAPCancellationType. updateProcedure
Reference to value of the constant updateProcedure.Methods in com.opencloud.slee.resources.cgin.map that return MAPCancellationType Modifier and Type Method Description static MAPCancellationType
MAPCancellationType. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.MAPCancellationType
MAPCancelLocationArg. getCancellationType()
Gets the value of the field cancellationType.static MAPCancellationType[]
MAPCancellationType. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPCancellationType Modifier and Type Method Description MAPCancelLocationArg
MAPCancelLocationArg. setCancellationType(MAPCancellationType value)
Sets the value of the field cancellationType.
-