org.gcube.portlets.user.occurrencemanagement.shared.statisticalparameter
Class Parameter
java.lang.Object
org.gcube.portlets.user.occurrencemanagement.shared.statisticalparameter.Parameter
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
- Direct Known Subclasses:
- ColumnListParameter, ColumnParameter, EnumParameter, FileParameter, ListParameter, ObjectParameter, TabularParameter
public abstract class Parameter
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable
- Author:
- ceras
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Parameter
public Parameter()
Parameter
public Parameter(String name,
Parameter.ParameterTypology type,
String description)
- Parameters:
name
- type
- description
- defaultValue
- value
-
setValue
public abstract void setValue(String value)
getValue
public abstract String getValue()
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name
- the name to set
getTypology
public Parameter.ParameterTypology getTypology()
- Returns:
- the typology
setTypology
public void setTypology(Parameter.ParameterTypology typology)
- Parameters:
typology
- the typology to set
getDescription
public String getDescription()
- Returns:
- the description
setDescription
public void setDescription(String description)
- Parameters:
description
- the description to set
isObject
public boolean isObject()
isTabular
public boolean isTabular()
isFile
public boolean isFile()
isEnum
public boolean isEnum()
isList
public boolean isList()
isColumn
public boolean isColumn()
isColumnList
public boolean isColumnList()
Copyright © 2014. All Rights Reserved.