Uses of Class
com.opencloud.slee.resources.cgin.cap_v4.CAP4NatureOfServiceChange
-
Packages that use CAP4NatureOfServiceChange Package Description com.opencloud.slee.resources.cgin.cap_v4 Provides an API for the CAP v4 protocol. -
-
Uses of CAP4NatureOfServiceChange in com.opencloud.slee.resources.cgin.cap_v4
Methods in com.opencloud.slee.resources.cgin.cap_v4 that return CAP4NatureOfServiceChange Modifier and Type Method Description static CAP4NatureOfServiceChange
CAP4NatureOfServiceChange. fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.CAP4NatureOfServiceChange
CAP4DpSpecificInfoAlt.OServiceChangeSpecificInfo. getNatureOfServiceChange()
Gets the value of the field natureOfServiceChange.CAP4NatureOfServiceChange
CAP4DpSpecificInfoAlt.TServiceChangeSpecificInfo. getNatureOfServiceChange()
Gets the value of the field natureOfServiceChange.static CAP4NatureOfServiceChange
CAP4NatureOfServiceChange. valueOf(String name)
Returns the enum constant of this type with the specified name.static CAP4NatureOfServiceChange[]
CAP4NatureOfServiceChange. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type CAP4NatureOfServiceChange Modifier and Type Method Description CAP4DpSpecificInfoAlt.OServiceChangeSpecificInfo
CAP4DpSpecificInfoAlt.OServiceChangeSpecificInfo. setNatureOfServiceChange(CAP4NatureOfServiceChange value)
Sets the value of the field natureOfServiceChange.CAP4DpSpecificInfoAlt.TServiceChangeSpecificInfo
CAP4DpSpecificInfoAlt.TServiceChangeSpecificInfo. setNatureOfServiceChange(CAP4NatureOfServiceChange value)
Sets the value of the field natureOfServiceChange.
-