|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.resource.metadata.impl.MetaDataObject_impl
org.apache.uima.search.impl.IndexBuildSpecification_impl
public class IndexBuildSpecification_impl
Constructor Summary | |
---|---|
IndexBuildSpecification_impl()
|
Method Summary | |
---|---|
IndexBuildItem[] |
getIndexBuildItems()
Gets the IndexBuildItem objects that comprise this index build specification. |
protected XmlizationInfo |
getXmlizationInfo()
To be implemented by subclasses to return information describing how to represent this object in XML. |
void |
setIndexBuildItems(IndexBuildItem[] aItems)
Sets the IndexBuildItem objects that comprise this index build specification. |
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 Detail |
---|
public IndexBuildSpecification_impl()
Method Detail |
---|
public IndexBuildItem[] getIndexBuildItems()
IndexBuildSpecification
IndexBuildItem
objects that comprise this index build specification.
Each of these identifies an annotation type and describes how it should be indexed.
getIndexBuildItems
in interface IndexBuildSpecification
public void setIndexBuildItems(IndexBuildItem[] aItems)
IndexBuildSpecification
IndexBuildItem
objects that comprise this index build specification.
Each of these identifies an annotation type and describes how it should be indexed.
setIndexBuildItems
in interface IndexBuildSpecification
aItems
- the build itemsprotected XmlizationInfo getXmlizationInfo()
MetaDataObject_impl
getXmlizationInfo
in class MetaDataObject_impl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |