fr.cnes.sitools.form.project.model
Class FormParameter

java.lang.Object
  extended by fr.cnes.sitools.form.model.AbstractParameter
      extended by fr.cnes.sitools.form.project.model.FormParameter

public class FormParameter
extends AbstractParameter

Form Parameter Object Model

Author:
m.gond

Constructor Summary
FormParameter()
          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

FormParameter

public FormParameter()
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.