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, writePropertyAsElement
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
protected java.lang.String getXMLElementTagName()
org.apache.uima.resource.impl.MetaDataObject_impl#getXMLElementTagName()
public java.lang.String getLabel()
FsIndexDescription
getLabel
in interface FsIndexDescription
org.apache.uima.cas.FsIndexDescription#getLabel()
public void setLabel(java.lang.String aLabel)
FsIndexDescription
setLabel
in interface FsIndexDescription
aLabel
- the label of this index.org.apache.uima.cas.FsIndexDescription#setLabel(String)
public java.lang.String getTypeName()
FsIndexDescription
getTypeName
in interface FsIndexDescription
org.apache.uima.cas.FsIndexDescription#getTypeName()
public void setTypeName(java.lang.String aTypeName)
FsIndexDescription
setTypeName
in interface FsIndexDescription
aTypeName
- the type name for this indexorg.apache.uima.cas.FsIndexDescription#setTypeName(String)
public java.lang.String getKind()
FsIndexDescription
FSIndex
for definitions). If this is null
,
"sorted" is assumed as the default.getKind
in interface FsIndexDescription
org.apache.uima.cas.FsIndexDescription#getKind
public void setKind(java.lang.String aKind)
FsIndexDescription
FSIndex
for definitions). If this is null
,
"sorted" is assumed as the default.setKind
in interface FsIndexDescription
aKind
- the kind of indexorg.apache.uima.cas.FsIndexDescription#setKind(String)
public FsIndexKeyDescription[] getKeys()
FsIndexDescription
getKeys
in interface FsIndexDescription
org.apache.uima.cas.FsIndexDescription#getKeys()
public void setKeys(FsIndexKeyDescription[] aKeys)
FsIndexDescription
setKeys
in interface FsIndexDescription
aKeys
- the keys for this indexorg.apache.uima.cas.FsIndexDescription#setKeys(FsIndexKeyDescription[])
protected XmlizationInfo getXmlizationInfo()
MetaDataObject_impl
getXmlizationInfo
in class MetaDataObject_impl
Copyright © 2013. All Rights Reserved.