org.apache.maven.index
Class Field

java.lang.Object
  extended by org.apache.maven.index.Field

public class Field
extends Object


Field Summary
static String NOT_PRESENT
           
 
Constructor Summary
Field(Field parent, String namespace, String name, String description)
           
 
Method Summary
 boolean addIndexerField(IndexerField field)
           
 String getDescription()
           
 String getFieldName()
           
 String getFQN()
           
 Collection<IndexerField> getIndexerFields()
           
 String getNamespace()
           
 Field getParent()
           
 boolean removeIndexerField(IndexerField field)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NOT_PRESENT

public static final String NOT_PRESENT
See Also:
Constant Field Values
Constructor Detail

Field

public Field(Field parent,
             String namespace,
             String name,
             String description)
Method Detail

getParent

public Field getParent()

getNamespace

public String getNamespace()

getFieldName

public String getFieldName()

getDescription

public String getDescription()

getIndexerFields

public Collection<IndexerField> getIndexerFields()

addIndexerField

public boolean addIndexerField(IndexerField field)

removeIndexerField

public boolean removeIndexerField(IndexerField field)

getFQN

public String getFQN()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.