|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.core.data.BasicData
org.proteios.core.data.ParameterValueData<T>
public abstract class ParameterValueData<T>
The base class for the different types of parameter values.
| Method Summary | |
|---|---|
abstract List<T> |
getValues()
Get values of this parameter. |
void |
replaceValues(List<?> values)
Replace the values in the database with the new values in the specified list. |
void |
setSingleValue(Object value)
Replace the current list with a single new value. |
| Methods inherited from class org.proteios.core.data.BasicData |
|---|
equals, getId, getVersion, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public abstract List<T> getValues()
public void replaceValues(List<?> values)
public void setSingleValue(Object value)
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||