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

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

Uses of Method.Parameters in cometa.translator.method
 

Fields in cometa.translator.method declared as Method.Parameters
protected  Method.Parameters Method.parameters
           
 

Methods in cometa.translator.method that return Method.Parameters
 Method.Parameters ObjectFactory.createMethodParameters()
          Create an instance of Method.Parameters
 Method.Parameters Method.getParameters()
          Gets the value of the parameters property.
 

Methods in cometa.translator.method with parameters of type Method.Parameters
 void Method.setParameters(Method.Parameters value)
          Sets the value of the parameters property.