public class Mapping_impl extends MetaDataObject_impl implements Mapping
| Constructor and Description |
|---|
Mapping_impl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFeature()
Gets the name of the feature that should be indexed.
|
java.lang.String |
getIndexName()
Gets the name that will be used to represent this feature in the index.
|
protected XmlizationInfo |
getXmlizationInfo()
To be implemented by subclasses to return information describing how to represent this object
in XML.
|
void |
setFeature(java.lang.String aFeature)
Sets the name of the feature that should be indexed.
|
void |
setIndexName(java.lang.String aIndexName)
Sets the name that will be used to represent this feature in the 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, writePropertyAsElementpublic java.lang.String getFeature()
MappinggetFeature in interface Mappingpublic void setFeature(java.lang.String aFeature)
MappingsetFeature in interface MappingaFeature - the CAS feature namepublic java.lang.String getIndexName()
MappinggetIndexName in interface Mappingpublic void setIndexName(java.lang.String aIndexName)
MappingsetIndexName in interface MappingaIndexName - the index name for the featureprotected XmlizationInfo getXmlizationInfo()
MetaDataObject_implgetXmlizationInfo in class MetaDataObject_implCopyright © 2013. All Rights Reserved.