Uses of Class
cometa.translator.method.CompoundParam

Packages that use CompoundParam
cometa.translator.method This package contains the classes that allow to map the method metadata to objects. 
 

Uses of CompoundParam in cometa.translator.method
 

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

Methods in cometa.translator.method that return CompoundParam
 CompoundParam ObjectFactory.createCompoundParam()
          Create an instance of CompoundParam
 

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