- Type Parameters:
T
- The type of the parameter.
public class ModuleActionParameter<T>
extends Object
Each module action has an optional set of parameters (for example, creating a new inventory
object requires the parent of the new object, its type and optionally a list of default values to be
set). Instances of this class encapsulates every parameter, and the respective action
is responsible to define the type of the parameters that its capable of receiving. See ModuleAction
for more details.
- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>