Uses of Class
com.opencloud.slee.resources.cgin.cap_v2.CAP2CAMEL_CallResult.Choice
-
Packages that use CAP2CAMEL_CallResult.Choice Package Description com.opencloud.slee.resources.cgin.cap_v2 Provides an API for the CAP v2 protocol.com.opencloud.slee.resources.cgin.cap_v3 Provides an API for the CAP v3 protocol.com.opencloud.slee.resources.cgin.cap_v4 Provides an API for the CAP v4 protocol. -
-
Uses of CAP2CAMEL_CallResult.Choice in com.opencloud.slee.resources.cgin.cap_v2
Fields in com.opencloud.slee.resources.cgin.cap_v2 declared as CAP2CAMEL_CallResult.Choice Modifier and Type Field Description static CAP2CAMEL_CallResult.Choice
CAP2CAMEL_CallResult.Choice. TIMEDURATIONCHARGINGRESULT
Reference to the choice TIMEDURATIONCHARGINGRESULT.Methods in com.opencloud.slee.resources.cgin.cap_v2 that return CAP2CAMEL_CallResult.Choice Modifier and Type Method Description static CAP2CAMEL_CallResult.Choice
CAP2CAMEL_CallResult.Choice. fromValue(int value)
Finds or constructs an integer for the given numeric value.CAP2CAMEL_CallResult.Choice
CAP2CAMEL_CallResult. getChoice()
Gets the discriminant of the current choice.static CAP2CAMEL_CallResult.Choice[]
CAP2CAMEL_CallResult.Choice. namedValues()
Returns an array containing all the numeric values that distinguish choices.Methods in com.opencloud.slee.resources.cgin.cap_v2 with parameters of type CAP2CAMEL_CallResult.Choice Modifier and Type Method Description protected void
CAP2CAMEL_CallResult. setChoice(CAP2CAMEL_CallResult.Choice arg)
Sets the discriminant of the current choice. -
Uses of CAP2CAMEL_CallResult.Choice in com.opencloud.slee.resources.cgin.cap_v3
Subclasses of CAP2CAMEL_CallResult.Choice in com.opencloud.slee.resources.cgin.cap_v3 Modifier and Type Class Description static class
CAP3CAMEL_CallResult.Choice
API for CAP-datatypes.CAMEL-CallResult.Choice.Methods in com.opencloud.slee.resources.cgin.cap_v3 that return CAP2CAMEL_CallResult.Choice Modifier and Type Method Description static CAP2CAMEL_CallResult.Choice
CAP3CAMEL_CallResult.Choice. fromValue(int value)
Finds or constructs an integer for the given numeric value.static CAP2CAMEL_CallResult.Choice[]
CAP3CAMEL_CallResult.Choice. namedValues()
Returns an array containing all the numeric values that distinguish choices. -
Uses of CAP2CAMEL_CallResult.Choice in com.opencloud.slee.resources.cgin.cap_v4
Subclasses of CAP2CAMEL_CallResult.Choice in com.opencloud.slee.resources.cgin.cap_v4 Modifier and Type Class Description static class
CAP4CAMEL_CallResult.Choice
API for CAP-datatypes.CAMEL-CallResult.Choice.Methods in com.opencloud.slee.resources.cgin.cap_v4 that return CAP2CAMEL_CallResult.Choice Modifier and Type Method Description static CAP2CAMEL_CallResult.Choice
CAP4CAMEL_CallResult.Choice. fromValue(int value)
Finds or constructs an integer for the given numeric value.static CAP2CAMEL_CallResult.Choice[]
CAP4CAMEL_CallResult.Choice. namedValues()
Returns an array containing all the numeric values that distinguish choices.
-