public abstract class Parameter extends Object implements com.google.gwt.user.client.rpc.IsSerializable
Modifier and Type | Class and Description |
---|---|
static class |
Parameter.ParameterTypology |
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() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setTypology(Parameter.ParameterTypology typology) |
abstract void |
setValue(String value) |
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)
name
- the name to setpublic 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()
Copyright © 2014. All Rights Reserved.