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:
Serializable
,Cloneable
,MetaDataObject
,IndexBuildItem
,XMLizable
- See Also:
-
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
-
Method Summary
Modifier and TypeMethodDescriptionGets theFilter
that identifies which instances of the named CAS type are governed by the index rule for this item.Gets theIndexRule
that defines how annotations matching this build item should be indexed.getName()
Gets the name of the CAS type for which this item defines the indexing behavior.protected XmlizationInfo
To be implemented by subclasses to return information describing how to represent this object in XML.void
Sets theFilter
that identifies which instances of the named CAS type are governed by the index rule for this item.void
setIndexRule
(IndexRule aRule) Sets theIndexRule
that defines how annotations matching this build item should be indexed.void
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
-
Constructor Details
-
IndexBuildItem_impl
public IndexBuildItem_impl()
-
-
Method Details
-
getName
Description copied from interface:IndexBuildItem
Gets the name of the CAS type for which this item defines the indexing behavior.- Specified by:
getName
in interfaceIndexBuildItem
- Returns:
- the CAS type name for this build item
-
setName
Description copied from interface:IndexBuildItem
Sets the name of the CAS type for which this item defines the indexing behavior.- Specified by:
setName
in interfaceIndexBuildItem
- Parameters:
aName
- the CAS type name for this build item
-
getIndexRule
Description copied from interface:IndexBuildItem
Gets theIndexRule
that defines how annotations matching this build item should be indexed.- Specified by:
getIndexRule
in interfaceIndexBuildItem
- Returns:
- the indexing rule for this build item
-
setIndexRule
Description copied from interface:IndexBuildItem
Sets theIndexRule
that defines how annotations matching this build item should be indexed.- Specified by:
setIndexRule
in interfaceIndexBuildItem
- Parameters:
aRule
- the indexing rule for this build item
-
getFilter
Description copied from interface:IndexBuildItem
Gets theFilter
that 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:
getFilter
in interfaceIndexBuildItem
- Returns:
- the Filter for this build item, null if none
-
setFilter
Description copied from interface:IndexBuildItem
Sets theFilter
that 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:
setFilter
in interfaceIndexBuildItem
- Parameters:
aFilter
- the Filter for this build item, null if none
-
getXmlizationInfo
Description copied from class:MetaDataObject_impl
To be implemented by subclasses to return information describing how to represent this object in XML.- Specified by:
getXmlizationInfo
in classMetaDataObject_impl
- Returns:
- information defining this object's XML representation
-