| Package | Description |
|---|---|
| org.gcube.indexmanagement.common |
| Modifier and Type | Field and Description |
|---|---|
ForwardIndexField.DataType |
ForwardIndexField.dataType
The data type of the field
|
| Modifier and Type | Method and Description |
|---|---|
static ForwardIndexField.DataType |
ForwardIndexField.DataType.getByName(String name)
A case insensitive version of valueOf(String).
|
ForwardIndexField.DataType |
ForwardIndexField.getDataType()
Returns the data type in use
|
static ForwardIndexField.DataType |
ForwardIndexField.DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForwardIndexField.DataType[] |
ForwardIndexField.DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ForwardIndexType.containsField(String fieldName,
ForwardIndexField.DataType fieldDataType)
A method to check if this ForwardIndexType object contains a certain field
|
| Constructor and Description |
|---|
ForwardIndexField(String name,
ForwardIndexField.DataType dataType)
Constructor setting all field attributes.
|
Copyright © 2014. All Rights Reserved.