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

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

Uses of Parameter in com.ibm.carma.model
 

Subinterfaces of Parameter in com.ibm.carma.model
 interface CustomParameter
          A representation of the model object 'Custom Parameter'.
 interface DefaultParameter
          A representation of the model object 'Default Parameter'.
 interface Field
          A representation of the model object 'Field'.
 interface ReturnValue
          A representation of the model object 'Return Value'.
 

Methods in com.ibm.carma.model with parameters of type Parameter
 CustomParameter ModelFactory.createCustomParameter(Parameter param, java.lang.String prompt, java.lang.Object defaultValue, boolean isConstant)
          Returns a new object of class 'Custom Parameter'.
 Field ModelFactory.createField(Parameter param, java.lang.Object defaultValue, java.lang.String memberInfoKey)
          Returns a new object of class 'Field'.
 ReturnValue ModelFactory.createReturnValue(Parameter parameter)
          Returns a new object of class 'Return Value'.
 

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

Methods in com.ibm.carma.model.util with parameters of type Parameter
 java.lang.Object ModelSwitch.caseParameter(Parameter object)
          Returns the result of interpretting the object as an instance of 'Parameter'.
 int ParameterIdentifierComparator.compare(Parameter p1, Parameter p2)