Package org.apache.uima.search.impl
Class IndexBuildItem_impl
- java.lang.Object
-
- org.apache.uima.resource.metadata.impl.MetaDataObject_impl
-
- org.apache.uima.search.impl.IndexBuildItem_impl
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,MetaDataObject,IndexBuildItem,XMLizable
public class IndexBuildItem_impl extends MetaDataObject_impl implements IndexBuildItem
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.Serializer
-
-
Field Summary
-
Fields inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
serialContext
-
-
Constructor Summary
Constructors Constructor Description IndexBuildItem_impl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FiltergetFilter()Gets theFilterthat identifies which instances of the named CAS type are governed by the index rule for this item.IndexRulegetIndexRule()Gets theIndexRulethat defines how annotations matching this build item should be indexed.java.lang.StringgetName()Gets the name of the CAS type for which this item defines the indexing behavior.protected XmlizationInfogetXmlizationInfo()To be implemented by subclasses to return information describing how to represent this object in XML.voidsetFilter(Filter aFilter)Sets theFilterthat identifies which instances of the named CAS type are governed by the index rule for this item.voidsetIndexRule(IndexRule aRule)Sets theIndexRulethat defines how annotations matching this build item should be indexed.voidsetName(java.lang.String aName)Sets the name of the CAS type for which this item defines the indexing behavior.-
Methods inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
buildFromXMLElement, buildFromXMLElement, clone, equals, getAdditionalAttributes, getAttributeClass, getAttributeValue, getInfoset, getMatchingNode, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSerialContext, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, resolveSettings, setAttributeValue, setInfoset, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, valueIsNullOrEmptyArray, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElement
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.uima.util.XMLizable
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:IndexBuildItemGets the name of the CAS type for which this item defines the indexing behavior.- Specified by:
getNamein interfaceIndexBuildItem- Returns:
- the CAS type name for this build item
-
setName
public void setName(java.lang.String aName)
Description copied from interface:IndexBuildItemSets the name of the CAS type for which this item defines the indexing behavior.- Specified by:
setNamein interfaceIndexBuildItem- Parameters:
aName- the CAS type name for this build item
-
getIndexRule
public IndexRule getIndexRule()
Description copied from interface:IndexBuildItemGets theIndexRulethat defines how annotations matching this build item should be indexed.- Specified by:
getIndexRulein interfaceIndexBuildItem- Returns:
- the indexing rule for this build item
-
setIndexRule
public void setIndexRule(IndexRule aRule)
Description copied from interface:IndexBuildItemSets theIndexRulethat defines how annotations matching this build item should be indexed.- Specified by:
setIndexRulein interfaceIndexBuildItem- Parameters:
aRule- the indexing rule for this build item
-
getFilter
public Filter getFilter()
Description copied from interface:IndexBuildItemGets theFilterthat identifies which instances of the named CAS type are governed by the index rule for this item. Filters are optional; if none is specified then this rule applies to all instances of the named CAS type.- Specified by:
getFilterin interfaceIndexBuildItem- Returns:
- the Filter for this build item, null if none
-
setFilter
public void setFilter(Filter aFilter)
Description copied from interface:IndexBuildItemSets theFilterthat identifies which instances of the named CAS type are governed by the index rule for this item. Filters are optional; if none is specified then this rule applies to all instances of the named CAS type.- Specified by:
setFilterin interfaceIndexBuildItem- Parameters:
aFilter- the Filter for this build item, null if none
-
getXmlizationInfo
protected XmlizationInfo getXmlizationInfo()
Description copied from class:MetaDataObject_implTo be implemented by subclasses to return information describing how to represent this object in XML.- Specified by:
getXmlizationInfoin classMetaDataObject_impl- Returns:
- information defining this object's XML representation
-
-