org.apache.uima.lucas.indexer.mapping
Class FieldDescription
java.lang.Object
org.apache.uima.lucas.indexer.mapping.FieldDescription
- All Implemented Interfaces:
- Locateable
public class FieldDescription
- extends Object
- implements Locateable
Instances of this class represent field descriptions in the mapping file.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldDescription
public FieldDescription(String name)
FieldDescription
public FieldDescription()
getName
public String getName()
setName
public void setName(String name)
getAnnotationDescriptions
public Collection<AnnotationDescription> getAnnotationDescriptions()
setAnnotationDescriptions
public void setAnnotationDescriptions(Collection<AnnotationDescription> annotationDefinitionAL)
getIndex
public String getIndex()
setIndex
public void setIndex(String index)
getMerge
public Boolean getMerge()
setMerge
public void setMerge(Boolean merge)
getTermVector
public String getTermVector()
setTermVector
public void setTermVector(String termVector)
getStored
public String getStored()
setStored
public void setStored(String stored)
getDelimiter
public String getDelimiter()
setDelimiter
public void setDelimiter(String delimiter)
getFilterDescriptions
public Collection<FilterDescription> getFilterDescriptions()
setFilterDescriptions
public void setFilterDescriptions(Collection<FilterDescription> filterDescriptions)
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumber
in interface Locateable
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumber
in interface Locateable
setColumnNumber
public void setColumnNumber(int columnNumber)
- Specified by:
setColumnNumber
in interface Locateable
setLineNumber
public void setLineNumber(int lineNumber)
- Specified by:
setLineNumber
in interface Locateable
getUnique
public Boolean getUnique()
setUnique
public void setUnique(Boolean unique)
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.