Uses of Class
com.opencloud.slee.resources.cgin.cap_v3.CAP3ConnectedNumberTreatmentInd
-
Packages that use CAP3ConnectedNumberTreatmentInd Package Description com.opencloud.slee.resources.cgin.cap_v3 Provides an API for the CAP v3 protocol. -
-
Uses of CAP3ConnectedNumberTreatmentInd in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 that return CAP3ConnectedNumberTreatmentInd Modifier and Type Method Description static CAP3ConnectedNumberTreatmentInd
CAP3ConnectedNumberTreatmentInd. fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.CAP3ConnectedNumberTreatmentInd
CAP3ServiceInteractionIndicatorsTwo. getConnectedNumberTreatmentInd()
Gets the value of the field connectedNumberTreatmentInd.static CAP3ConnectedNumberTreatmentInd
CAP3ConnectedNumberTreatmentInd. valueOf(String name)
Returns the enum constant of this type with the specified name.static CAP3ConnectedNumberTreatmentInd[]
CAP3ConnectedNumberTreatmentInd. 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_v3 with parameters of type CAP3ConnectedNumberTreatmentInd Modifier and Type Method Description CAP3ServiceInteractionIndicatorsTwo
CAP3ServiceInteractionIndicatorsTwo. setConnectedNumberTreatmentInd(CAP3ConnectedNumberTreatmentInd value)
Sets the value of the field connectedNumberTreatmentInd.
-