Uses of Class
cometa.translator.method.SimpleParam

Packages that use SimpleParam
cometa.gui Package containing the GUI classes. 
cometa.translator.method This package contains the classes that allow to map the method metadata to objects. 
 

Uses of SimpleParam in cometa.gui
 

Constructors in cometa.gui with parameters of type SimpleParam
PerturbateButtonMouseListener(SimpleParam thisParam, javax.swing.JTextField fieldToDescativate)
          It creates a new instance of
PerturbateDialog(SimpleParam param, javax.swing.JTextField fieldToDescativate)
          It creates new instance of
 

Uses of SimpleParam in cometa.translator.method
 

Fields in cometa.translator.method with type parameters of type SimpleParam
protected  java.util.List<SimpleParam> Method.Parameters.simpleParam
           
protected  java.util.List<SimpleParam> Method.Parameters.Observation.simpleParam
           
 

Methods in cometa.translator.method that return SimpleParam
 SimpleParam ObjectFactory.createSimpleParam()
          Create an instance of SimpleParam
 SimpleParam Method.getSimpleParam(java.lang.String string)
           
 

Methods in cometa.translator.method that return types with arguments of type SimpleParam
 java.util.List<SimpleParam> Method.Parameters.getSimpleParam()
          Gets the value of the simpleParam property.
 java.util.List<SimpleParam> Method.Parameters.Observation.getSimpleParam()
          Gets the value of the simpleParam property.