Package de.tsl2.nano.action
Class Parameter<T>
java.lang.Object
de.tsl2.nano.action.Parameter<T>
- All Implemented Interfaces:
Serializable
- Version:
- $Revision$
- Author:
- Tom
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getValue()voidsetConstraint(IConstraint<T> constraint) voidvoidtoString()
-
Constructor Details
-
Parameter
public Parameter()constructor -
Parameter
constructor- Parameters:
name-constraint-value-
-
-
Method Details
-
getName
- Returns:
- Returns the name.
-
setName
- Parameters:
name- The name to set.
-
getConstraint
- Returns:
- Returns the constraint.
-
setConstraint
- Parameters:
constraint- The constraint to set.
-
getValue
- Returns:
- Returns the value.
-
setValue
- Parameters:
value- The value to set.
-
toString
-