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 CAP4NatureOfServiceChangeCAP4NatureOfServiceChange. fromValue(int value)Returns the enumeration constant for a given ASN.1 encoded value.CAP4NatureOfServiceChangeCAP4DpSpecificInfoAlt.OServiceChangeSpecificInfo. getNatureOfServiceChange()Gets the value of the field natureOfServiceChange.CAP4NatureOfServiceChangeCAP4DpSpecificInfoAlt.TServiceChangeSpecificInfo. getNatureOfServiceChange()Gets the value of the field natureOfServiceChange.static CAP4NatureOfServiceChangeCAP4NatureOfServiceChange. 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.OServiceChangeSpecificInfoCAP4DpSpecificInfoAlt.OServiceChangeSpecificInfo. setNatureOfServiceChange(CAP4NatureOfServiceChange value)Sets the value of the field natureOfServiceChange.CAP4DpSpecificInfoAlt.TServiceChangeSpecificInfoCAP4DpSpecificInfoAlt.TServiceChangeSpecificInfo. setNatureOfServiceChange(CAP4NatureOfServiceChange value)Sets the value of the field natureOfServiceChange.
-