public class FsIndexDescription_impl extends MetaDataObject_impl implements FsIndexDescription
KIND_BAG, KIND_SET, KIND_SORTED| Constructor and Description |
|---|
FsIndexDescription_impl() |
| Modifier and Type | Method and Description |
|---|---|
FsIndexKeyDescription[] |
getKeys()
Gets the keys for this index.
|
java.lang.String |
getKind()
Gets the "kind" of index.
|
java.lang.String |
getLabel()
Gets the label of this index.
|
java.lang.String |
getTypeName()
Gets the Type name for this index.
|
protected java.lang.String |
getXMLElementTagName() |
protected XmlizationInfo |
getXmlizationInfo()
To be implemented by subclasses to return information describing how to represent this object
in XML.
|
void |
setKeys(FsIndexKeyDescription[] aKeys)
Sets the keys for this index.
|
void |
setKind(java.lang.String aKind)
Sets the "kind" of index.
|
void |
setLabel(java.lang.String aLabel)
Sets the label of this index.
|
void |
setTypeName(java.lang.String aTypeName)
Sets the Type name for this index.
|
buildFromXMLElement, buildFromXMLElement, clone, equals, getAttributeClass, getAttributeValue, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, setAttributeValue, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElementfinalize, getClass, notify, notifyAll, wait, wait, waitclone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLprotected java.lang.String getXMLElementTagName()
org.apache.uima.resource.impl.MetaDataObject_impl#getXMLElementTagName()public java.lang.String getLabel()
FsIndexDescriptiongetLabel in interface FsIndexDescriptionorg.apache.uima.cas.FsIndexDescription#getLabel()public void setLabel(java.lang.String aLabel)
FsIndexDescriptionsetLabel in interface FsIndexDescriptionaLabel - the label of this index.org.apache.uima.cas.FsIndexDescription#setLabel(String)public java.lang.String getTypeName()
FsIndexDescriptiongetTypeName in interface FsIndexDescriptionorg.apache.uima.cas.FsIndexDescription#getTypeName()public void setTypeName(java.lang.String aTypeName)
FsIndexDescriptionsetTypeName in interface FsIndexDescriptionaTypeName - the type name for this indexorg.apache.uima.cas.FsIndexDescription#setTypeName(String)public java.lang.String getKind()
FsIndexDescriptionFSIndex for definitions). If this is null,
"sorted" is assumed as the default.getKind in interface FsIndexDescriptionorg.apache.uima.cas.FsIndexDescription#getKindpublic void setKind(java.lang.String aKind)
FsIndexDescriptionFSIndex for definitions). If this is null,
"sorted" is assumed as the default.setKind in interface FsIndexDescriptionaKind - the kind of indexorg.apache.uima.cas.FsIndexDescription#setKind(String)public FsIndexKeyDescription[] getKeys()
FsIndexDescriptiongetKeys in interface FsIndexDescriptionorg.apache.uima.cas.FsIndexDescription#getKeys()public void setKeys(FsIndexKeyDescription[] aKeys)
FsIndexDescriptionsetKeys in interface FsIndexDescriptionaKeys - the keys for this indexorg.apache.uima.cas.FsIndexDescription#setKeys(FsIndexKeyDescription[])protected XmlizationInfo getXmlizationInfo()
MetaDataObject_implgetXmlizationInfo in class MetaDataObject_implCopyright © 2013. All Rights Reserved.