Uses of Class
cometa.translator.method.Method.CombinationProcedure

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

Uses of Method.CombinationProcedure in cometa.translator.method
 

Fields in cometa.translator.method declared as Method.CombinationProcedure
protected  Method.CombinationProcedure Method.combinationProcedure
           
 

Methods in cometa.translator.method that return Method.CombinationProcedure
 Method.CombinationProcedure ObjectFactory.createMethodCombinationProcedure()
          Create an instance of Method.CombinationProcedure
 Method.CombinationProcedure Method.getCombinationProcedure()
          Gets the value of the combinationProcedure property.
 

Methods in cometa.translator.method with parameters of type Method.CombinationProcedure
 void Method.setCombinationProcedure(Method.CombinationProcedure value)
          Sets the value of the combinationProcedure property.