Uses of Interface
com.ibm.carma.model.ReturnValue

Packages that use ReturnValue
com.ibm.carma   
com.ibm.carma.model   
com.ibm.carma.model.util   
 

Uses of ReturnValue in com.ibm.carma
 

Constructors in com.ibm.carma with parameters of type ReturnValue
IllegalCustomParameterException(ReturnValue returnValue, java.lang.String message)
          Constructs an IllegalCustomParameterException associated with the processing of the given custom return value and the specified detail message.
 

Uses of ReturnValue in com.ibm.carma.model
 

Methods in com.ibm.carma.model that return ReturnValue
 ReturnValue ModelFactory.createReturnValue()
          Returns a new object of class 'Return Value'.
 ReturnValue ModelFactory.createReturnValue(Parameter parameter)
          Returns a new object of class 'Return Value'.
 ReturnValue ModelFactory.createReturnValue(java.lang.String parameterId, java.lang.String name, java.lang.String description, VariableType type, int length)
          Returns a new object of class 'Return Value'.
 

Method parameters in com.ibm.carma.model with type arguments of type ReturnValue
 Action ModelFactory.createAction(java.lang.String actionId, java.lang.String name, boolean disabled, java.lang.String desciption, java.util.List<CustomParameter> customParams, java.util.List<ReturnValue> returnValues)
          Returns a new object of class 'Action'.
 CARMAReturn ModelFactory.createCARMAReturn(java.util.Map<ReturnValue,?> returnContents)
          Returns a new object of class 'CARMA Return' populated with a return contents Map
 

Uses of ReturnValue in com.ibm.carma.model.util
 

Methods in com.ibm.carma.model.util with parameters of type ReturnValue
 java.lang.Object ModelSwitch.caseReturnValue(ReturnValue object)
          Returns the result of interpretting the object as an instance of 'Return Value'.