Class CmsRestrictionsBean.FieldValues
java.lang.Object
org.opencms.jsp.search.config.parser.simplesearch.preconfiguredrestrictions.CmsRestrictionsBean.FieldValues
- Enclosing class:
- CmsRestrictionsBean
The values in one input field.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The type describes how values in that input field should be handled. -
Constructor Summary
ConstructorsConstructorDescriptionFieldValues
(CmsRestrictionsBean.FieldValues.FieldType type, Collection<String> values) Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the type of the input field.Returns the values in the input field.
-
Constructor Details
-
FieldValues
Default constructor.- Parameters:
type
- the field type.values
- the field values.
-
-
Method Details
-
getFieldType
Returns the type of the input field.- Returns:
- the type of the input field.
-
getValues
Returns the values in the input field.- Returns:
- the values in the input field.
-