Package org.apache.uima.search.impl
Class IndexBuildSpecification_impl
- java.lang.Object
-
- org.apache.uima.resource.metadata.impl.MetaDataObject_impl
-
- org.apache.uima.search.impl.IndexBuildSpecification_impl
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,MetaDataObject,IndexBuildSpecification,XMLizable
public class IndexBuildSpecification_impl extends MetaDataObject_impl implements IndexBuildSpecification
- 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 IndexBuildSpecification_impl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexBuildItem[]getIndexBuildItems()Gets theIndexBuildItemobjects that comprise this index build specification.protected XmlizationInfogetXmlizationInfo()To be implemented by subclasses to return information describing how to represent this object in XML.voidsetIndexBuildItems(IndexBuildItem[] aItems)Sets theIndexBuildItemobjects that comprise this index build specification.-
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
-
getIndexBuildItems
public IndexBuildItem[] getIndexBuildItems()
Description copied from interface:IndexBuildSpecificationGets theIndexBuildItemobjects that comprise this index build specification. Each of these identifies an annotation type and describes how it should be indexed.- Specified by:
getIndexBuildItemsin interfaceIndexBuildSpecification- Returns:
- the build items
-
setIndexBuildItems
public void setIndexBuildItems(IndexBuildItem[] aItems)
Description copied from interface:IndexBuildSpecificationSets theIndexBuildItemobjects that comprise this index build specification. Each of these identifies an annotation type and describes how it should be indexed.- Specified by:
setIndexBuildItemsin interfaceIndexBuildSpecification- Parameters:
aItems- the build items
-
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
-
-