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

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

Uses of CustomParameter in com.ibm.carma
 

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

Uses of CustomParameter in com.ibm.carma.model
 

Methods in com.ibm.carma.model that return CustomParameter
 CustomParameter ModelFactory.createCustomParameter()
          Returns a new object of class 'Custom Parameter'.
 CustomParameter ModelFactory.createCustomParameter(CustomParameter param)
          Returns a new object of class 'Custom Parameter'.
 CustomParameter ModelFactory.createCustomParameter(Parameter param, java.lang.String prompt, java.lang.Object defaultValue, boolean isConstant)
          Returns a new object of class 'Custom Parameter'.
 CustomParameter ModelFactory.createCustomParameter(java.lang.String parameterId, java.lang.String name, java.lang.String description, VariableType type, int length, java.lang.String prompt, java.lang.Object defaultValue, boolean isConstant)
          Returns a new object of class 'Custom Parameter'.
 

Methods in com.ibm.carma.model with parameters of type CustomParameter
 CustomParameter ModelFactory.createCustomParameter(CustomParameter param)
          Returns a new object of class 'Custom Parameter'.
 

Method parameters in com.ibm.carma.model with type arguments of type CustomParameter
 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'.
 

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

Methods in com.ibm.carma.model.util with parameters of type CustomParameter
 java.lang.Object ModelSwitch.caseCustomParameter(CustomParameter object)
          Returns the result of interpretting the object as an instance of 'Custom Parameter'.