Class ListOfValues
java.lang.Object
com.priint.pubserver.plannerapi.resource.ListOfValues
- All Implemented Interfaces:
Serializable
Class representing a ListOfValues for Preferences in Planner REST Service.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvalues of the ListOfValuesbooleanpossibility multiselection of the ListOfValuesvoidsetMultiselection(boolean multiselection) void
-
Constructor Details
-
ListOfValues
public ListOfValues()
-
-
Method Details
-
getValues
values of the ListOfValues -
setValues
-
isMultiselection
public boolean isMultiselection()possibility multiselection of the ListOfValues -
setMultiselection
public void setMultiselection(boolean multiselection)
-