Uses of Class
com.opencloud.slee.resources.cgin.map.MAPRequestedCAMEL_SubscriptionInfo
-
Packages that use MAPRequestedCAMEL_SubscriptionInfo Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPRequestedCAMEL_SubscriptionInfo in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPRequestedCAMEL_SubscriptionInfo Modifier and Type Method Description static MAPRequestedCAMEL_SubscriptionInfo
MAPRequestedCAMEL_SubscriptionInfo. fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.MAPRequestedCAMEL_SubscriptionInfo
MAPModificationRequestFor_CSI. getRequestedCamel_SubscriptionInfo()
Gets the value of the field requestedCamel-SubscriptionInfo.MAPRequestedCAMEL_SubscriptionInfo
MAPRequestedSubscriptionInfo. getRequestedCAMEL_SubscriptionInfo()
Gets the value of the field requestedCAMEL-SubscriptionInfo.static MAPRequestedCAMEL_SubscriptionInfo
MAPRequestedCAMEL_SubscriptionInfo. valueOf(String name)
Returns the enum constant of this type with the specified name.static MAPRequestedCAMEL_SubscriptionInfo[]
MAPRequestedCAMEL_SubscriptionInfo. 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 MAPRequestedCAMEL_SubscriptionInfo Modifier and Type Method Description MAPModificationRequestFor_CSI
MAPModificationRequestFor_CSI. setRequestedCamel_SubscriptionInfo(MAPRequestedCAMEL_SubscriptionInfo value)
Sets the value of the field requestedCamel-SubscriptionInfo.MAPRequestedSubscriptionInfo
MAPRequestedSubscriptionInfo. setRequestedCAMEL_SubscriptionInfo(MAPRequestedCAMEL_SubscriptionInfo value)
Sets the value of the field requestedCAMEL-SubscriptionInfo.
-