public abstract class Parameter extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
name |
protected ParameterType |
typology |
| Constructor and Description |
|---|
Parameter() |
Parameter(String name,
ParameterType type,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
ParameterType |
getTypology() |
abstract String |
getValue() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setTypology(ParameterType typology) |
abstract void |
setValue(String value) |
String |
toString() |
protected String name
protected String description
protected ParameterType typology
public Parameter()
public Parameter(String name, ParameterType type, String description)
name - type - description - defaultValue - value - public abstract void setValue(String value)
public abstract String getValue()
public String getName()
public void setName(String name)
public ParameterType getTypology()
public void setTypology(ParameterType typology)
typology - the typology to setpublic String getDescription()
public void setDescription(String description)
description - the description to setCopyright © 2016. All Rights Reserved.