public class FloatParameterValueData extends ParameterValueData<Float>
Modifier and Type | Field and Description |
---|---|
private List<Float> |
values |
MAX_DESCRIPTION_LENGTH, MAX_LABEL_LENGTH
Constructor and Description |
---|
FloatParameterValueData() |
FloatParameterValueData(Float... values) |
Modifier and Type | Method and Description |
---|---|
List<Float> |
getValues()
Get values of this parameter.
|
int |
getValueType()
Get the type of parameter values that are store in this parameter.
|
(package private) void |
setValues(List<Float> values)
Set values of this parameter.
|
String |
toString()
The string will look like
ClassName[id=55] or
ClassName[new] . |
getDescription, getLabel, getOldValues, isMasked, replaceValues, setDescription, setLabel, setMasked, setSingleValue
equals, getId, getVersion, hashCode, setId, setVersion
public FloatParameterValueData()
public FloatParameterValueData(Float... values)
public int getValueType()
ParameterValueData
Type.getValue()
values, or 0 if the parameter has no corresponding type.getValueType
in class ParameterValueData<Float>
public List<Float> getValues()
ParameterValueData
getValues
in class ParameterValueData<Float>
void setValues(List<Float> values)
ParameterValueData
NOTE! Used by Hibernate to initialize the object. Do not
call AnnotationData.setLastUpdate(java.util.Date)
!
setValues
in class ParameterValueData<Float>
values
- Collection of values.