|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.form.model.AbstractParameter
fr.cnes.sitools.form.dataset.model.SimpleParameter
public class SimpleParameter
Single selection
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 |
---|
public SimpleParameter()
Method Detail |
---|
public final java.lang.String getType()
public final void setType(java.lang.String type)
type
- the type to setpublic final java.util.List<Value> getValues()
public final void setValues(java.util.List<Value> values)
values
- the values to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |