org.gcube.portlets.user.occurrencemanagement.shared.statisticalparameter
Class ListParameter

java.lang.Object
  extended by org.gcube.portlets.user.occurrencemanagement.shared.statisticalparameter.Parameter
      extended by org.gcube.portlets.user.occurrencemanagement.shared.statisticalparameter.ListParameter
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class ListParameter
extends Parameter
implements com.google.gwt.user.client.rpc.IsSerializable

Author:
ceras

Nested Class Summary
 
Nested classes/interfaces inherited from class org.gcube.portlets.user.occurrencemanagement.shared.statisticalparameter.Parameter
Parameter.ParameterTypology
 
Constructor Summary
ListParameter()
           
ListParameter(String name, String description, String type, String separator)
           
 
Method Summary
 String getSeparator()
           
 String getType()
           
 String getValue()
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class org.gcube.portlets.user.occurrencemanagement.shared.statisticalparameter.Parameter
getDescription, getName, getTypology, isColumn, isColumnList, isEnum, isFile, isList, isObject, isTabular, setDescription, setName, setTypology
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListParameter

public ListParameter()

ListParameter

public ListParameter(String name,
                     String description,
                     String type,
                     String separator)
Parameters:
defaultValue -
value -
Method Detail

getType

public String getType()
Returns:
the type

setType

public void setType(String type)
Parameters:
type - the type to set

setValue

public void setValue(String value)
Specified by:
setValue in class Parameter

getValue

public String getValue()
Specified by:
getValue in class Parameter

getSeparator

public String getSeparator()
Returns:
the separator


Copyright © 2014. All Rights Reserved.