public abstract class Parameter extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Parameter.ParameterTypology |
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
name |
protected Parameter.ParameterTypology |
typology |
| Constructor and Description |
|---|
Parameter() |
Parameter(String name,
Parameter.ParameterTypology type,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
Parameter.ParameterTypology |
getTypology() |
abstract String |
getValue() |
boolean |
isColumn() |
boolean |
isColumnList() |
boolean |
isEnum() |
boolean |
isFile() |
boolean |
isList() |
boolean |
isObject() |
boolean |
isTabular() |
boolean |
isTabularList() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setTypology(Parameter.ParameterTypology typology) |
abstract void |
setValue(String value) |
String |
toString() |
protected String name
protected String description
protected Parameter.ParameterTypology typology
public Parameter()
public Parameter(String name, Parameter.ParameterTypology 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 Parameter.ParameterTypology getTypology()
public void setTypology(Parameter.ParameterTypology typology)
typology - the typology to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic boolean isObject()
public boolean isTabular()
public boolean isFile()
public boolean isEnum()
public boolean isList()
public boolean isColumn()
public boolean isColumnList()
public boolean isTabularList()
Copyright © 2016. All Rights Reserved.