Uses of Interface
org.deduced.OrderedParameterList

Packages that use OrderedParameterList
org.deduced This package contains the base classes of the deduced framework. 
org.deduced.implementation   
 

Uses of OrderedParameterList in org.deduced
 

Methods in org.deduced that return OrderedParameterList
 OrderedParameterList Action.getParameterList()
          Get the value of the instance : parameter list
 OrderedParameterList Action.setParameterList(OrderedParameterList newValue)
          Set the value of the instance : parameter list
 

Methods in org.deduced with parameters of type OrderedParameterList
 OrderedParameterList Action.setParameterList(OrderedParameterList newValue)
          Set the value of the instance : parameter list
 

Uses of OrderedParameterList in org.deduced.implementation
 

Classes in org.deduced.implementation that implement OrderedParameterList
 class OrderedParameterListImplementation
          Java Implementation used to represent the type : ordered parameter list Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaOrderedPropertyListImplementation.vm
 

Fields in org.deduced.implementation declared as OrderedParameterList
private  OrderedParameterList ActionImplementation.parameterList
          member variable holding the value for : parameter list
 

Methods in org.deduced.implementation that return OrderedParameterList
 OrderedParameterList ActionImplementation.getParameterList()
          (non-Javadoc)
 OrderedParameterList ActionImplementation.setParameterList(OrderedParameterList setValue)
          (non-Javadoc)
 

Methods in org.deduced.implementation with parameters of type OrderedParameterList
 OrderedParameterList ActionImplementation.setParameterList(OrderedParameterList setValue)
          (non-Javadoc)