public static class IndexMetadata.Field extends Object
| Constructor and Description |
|---|
Field(boolean isArray,
String name,
IndexMetadata.Type type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
IndexMetadata.Type |
getType() |
boolean |
isArray() |
public Field(boolean isArray,
String name,
IndexMetadata.Type type)
public boolean isArray()
public String getName()
public IndexMetadata.Type getType()
Copyright © 2012–2023. All rights reserved.