fr.cnes.sitools.form.dataset.model
Class SimpleParameter

java.lang.Object
  extended by fr.cnes.sitools.form.model.AbstractParameter
      extended by fr.cnes.sitools.form.dataset.model.SimpleParameter
Direct Known Subclasses:
NumericBetweenSelection

public class SimpleParameter
extends AbstractParameter

Single selection

Version:
1.0 01-09-2010 08:59:03
Author:
BAILLAGOU

Constructor Summary
SimpleParameter()
          Constructor
 
Method Summary
 java.lang.String getType()
          Get the type of the selection
 java.util.List<Value> getValues()
          Get the values associated
 void setType(java.lang.String type)
          Set the type of the selection
 void setValues(java.util.List<Value> values)
          Set the values associated
 
Methods inherited from class fr.cnes.sitools.form.model.AbstractParameter
getCode, getContainerPanelId, getCss, getDefaultValues, getDimensionId, getExtraParams, getHeight, getId, getJsAdminObject, getJsUserObject, getLabel, getNextParameter, getParentParam, getUnit, getValueSelection, getWidth, getXpos, getYpos, isAutoComplete, setAutoComplete, setCode, setContainerPanelId, setCss, setDefaultValues, setDimensionId, setExtraParams, setHeight, setId, setJsAdminObject, setJsUserObject, setLabel, setNextParameter, setParentParam, setUnit, setValueSelection, setWidth, setXpos, setYpos
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleParameter

public SimpleParameter()
Constructor

Method Detail

getType

public final java.lang.String getType()
Get the type of the selection

Returns:
the type

setType

public final void setType(java.lang.String type)
Set the type of the selection

Parameters:
type - the type to set

getValues

public final java.util.List<Value> getValues()
Get the values associated

Returns:
the values

setValues

public final void setValues(java.util.List<Value> values)
Set the values associated

Parameters:
values - the values to set


Copyright © 2010-2013 CNES. All Rights Reserved.