public final class CheckBoxFieldValue extends Object implements FieldValue
| Constructor and Description |
|---|
CheckBoxFieldValue(List<String> values) |
CheckBoxFieldValue(String... values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FieldType |
getType()
Returns the type of field.
|
List<String> |
getValues()
The list of selected options of the Checkbox.
|
int |
hashCode() |
String |
toString() |
isBuiltinpublic CheckBoxFieldValue(List<String> values)
public CheckBoxFieldValue(String... values)
public FieldType getType()
getType in interface FieldValuepublic List<String> getValues()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object