|
||||||||||
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.resource.metadata.impl.FsIndexDescription_impl
public class FsIndexDescription_impl
Field Summary |
---|
Fields inherited from interface org.apache.uima.resource.metadata.FsIndexDescription |
---|
KIND_BAG, KIND_SET, KIND_SORTED |
Constructor Summary | |
---|---|
FsIndexDescription_impl()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.uima.resource.metadata.MetaDataObject |
---|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl |
Methods inherited from interface org.apache.uima.util.XMLizable |
---|
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML |
Constructor Detail |
---|
public FsIndexDescription_impl()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |