public interface MultiValuedCustomFieldValue
CustomFieldValue implementing that interface have a composite value.| Modifier and Type | Method and Description |
|---|---|
RawValue |
asRawValue()
Returns the value as a RawValue.
|
List<CustomFieldValueOption> |
getSelectedOptions()
Returns the selected options as a collection.
|
String |
getValue()
Returns the list of selected options as one concatenated string with ' ' as separator.
|
List<String> |
getValues()
Returns the selected options as String
|
void |
setSelectedOptions(List<CustomFieldValueOption> options)
Sets the value as a list of CustomFieldValueOption
|
void |
setValues(List<String> values)
Sets the value as a list of String.
|
String getValue()
void setValues(List<String> values)
values - void setSelectedOptions(List<CustomFieldValueOption> options)
options - List<CustomFieldValueOption> getSelectedOptions()
RawValue asRawValue()
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.