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