public class Field extends Object
Modifier and Type | Field and Description |
---|---|
static String |
NOT_PRESENT |
Constructor and Description |
---|
Field(Field parent,
String namespace,
String name,
String description) |
Modifier and Type | Method and Description |
---|---|
boolean |
addIndexerField(IndexerField field) |
String |
getDescription() |
String |
getFieldName() |
String |
getFQN() |
Collection<IndexerField> |
getIndexerFields() |
String |
getNamespace() |
Field |
getParent() |
boolean |
removeIndexerField(IndexerField field) |
String |
toString() |
public static final String NOT_PRESENT
public Field getParent()
public String getNamespace()
public String getFieldName()
public String getDescription()
public Collection<IndexerField> getIndexerFields()
public boolean addIndexerField(IndexerField field)
public boolean removeIndexerField(IndexerField field)
public String getFQN()
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.