| Package | Description |
|---|---|
| com.sdl.delivery.iq.api.common | |
| com.sdl.delivery.iq.query.api | |
| com.sdl.delivery.iq.query.field |
| Modifier and Type | Method and Description |
|---|---|
static EntityFieldType |
EntityFieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityFieldType[] |
EntityFieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EntityFieldType |
TermValues.getValueType() |
| Modifier and Type | Method and Description |
|---|---|
EntityFieldType |
SingleFieldMultiTerm.getFieldType() |
EntityFieldType |
SingleField.getFieldType() |
EntityFieldType |
RangeField.getFieldType() |
EntityFieldType |
DefaultTermValues.getValueType() |
| Modifier and Type | Method and Description |
|---|---|
List<EntityFieldType> |
GroupedField.getFieldTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleField.setFieldType(EntityFieldType fieldType) |
void |
RangeField.setFieldType(EntityFieldType fieldType) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupedField.setFieldTypes(List<EntityFieldType> fieldTypes) |
| Constructor and Description |
|---|
RangeField(boolean negate,
String name,
EntityFieldType type,
Object left,
boolean leftClosed,
Object right,
boolean rightClosed) |
RangeField(boolean negate,
String name,
EntityFieldType type,
Object left,
Object right) |
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries