public class Parameter<T> extends Object
| Constructor and Description |
|---|
Parameter()
constructor
|
Parameter(String name,
IConstraint<T> constraint,
T value)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
IConstraint<T> |
getConstraint() |
String |
getName() |
T |
getValue() |
void |
setConstraint(IConstraint<T> constraint) |
void |
setName(String name) |
void |
setValue(T value) |
String |
toString() |
public Parameter()
public Parameter(String name, IConstraint<T> constraint, T value)
name - constraint - value - public String getName()
public void setName(String name)
name - The name to set.public IConstraint<T> getConstraint()
public void setConstraint(IConstraint<T> constraint)
constraint - The constraint to set.public T getValue()
public void setValue(T value)
value - The value to set.Copyright © 2012–2018. All rights reserved.