|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ForwardIndexField.DataType | |
|---|---|
| org.gcube.indexmanagement.common | |
| Uses of ForwardIndexField.DataType in org.gcube.indexmanagement.common |
|---|
| Fields in org.gcube.indexmanagement.common declared as ForwardIndexField.DataType | |
|---|---|
ForwardIndexField.DataType |
ForwardIndexField.dataType
The data type of the field |
| Methods in org.gcube.indexmanagement.common that return ForwardIndexField.DataType | |
|---|---|
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. |
| Methods in org.gcube.indexmanagement.common with parameters of type ForwardIndexField.DataType | |
|---|---|
boolean |
ForwardIndexType.containsField(String fieldName,
ForwardIndexField.DataType fieldDataType)
A method to check if this ForwardIndexType object contains a certain field |
| Constructors in org.gcube.indexmanagement.common with parameters of type ForwardIndexField.DataType | |
|---|---|
ForwardIndexField(String name,
ForwardIndexField.DataType dataType)
Constructor setting all field attributes. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||