public class FsIndexDescription_impl extends MetaDataObject_impl implements FsIndexDescription
MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.SerializerserialContextEMPTY_FS_INDEX_DESCRIPTIONS, 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. | 
| String | getKind()Gets the "kind" of index. | 
| String | getLabel()Gets the label of this index. | 
| String | getTypeName()Gets the Type name for this index. | 
| protected 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(String aKind)Sets the "kind" of index. | 
| void | setLabel(String aLabel)Sets the label of this index. | 
| void | setTypeName(String aTypeName)Sets the Type name for this index. | 
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, writePropertyAsElementfinalize, getClass, notify, notifyAll, wait, wait, waitclone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLprotected String getXMLElementTagName()
public String getLabel()
FsIndexDescriptiongetLabel in interface FsIndexDescriptionFsIndexDescription.getLabel()public void setLabel(String aLabel)
FsIndexDescriptionsetLabel in interface FsIndexDescriptionaLabel - the label of this index.FsIndexDescription.setLabel(String)public String getTypeName()
FsIndexDescriptiongetTypeName in interface FsIndexDescriptionFsIndexDescription.getTypeName()public void setTypeName(String aTypeName)
FsIndexDescriptionsetTypeName in interface FsIndexDescriptionaTypeName - the type name for this indexFsIndexDescription.setTypeName(String)public String getKind()
FsIndexDescriptionFSIndex for definitions). If this is null,
 "sorted" is assumed as the default.getKind in interface FsIndexDescriptionFsIndexDescription.getKind()public void setKind(String aKind)
FsIndexDescriptionFSIndex for definitions). If this is null,
 "sorted" is assumed as the default.setKind in interface FsIndexDescriptionaKind - the kind of indexFsIndexDescription.setKind(String)public FsIndexKeyDescription[] getKeys()
FsIndexDescriptiongetKeys in interface FsIndexDescriptionFsIndexDescription.getKeys()public void setKeys(FsIndexKeyDescription[] aKeys)
FsIndexDescriptionsetKeys in interface FsIndexDescriptionaKeys - the keys for this indexFsIndexDescription.setKeys(FsIndexKeyDescription[])protected XmlizationInfo getXmlizationInfo()
MetaDataObject_implgetXmlizationInfo in class MetaDataObject_implCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.