public class Mapping_impl extends MetaDataObject_impl implements Mapping
MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.SerializerserialContext| Constructor and Description | 
|---|
| Mapping_impl() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFeature()Gets the name of the feature that should be indexed. | 
| 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(String aFeature)Sets the name of the feature that should be indexed. | 
| void | setIndexName(String aIndexName)Sets the name that will be used to represent this feature in the 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, writePropertyAsElementpublic String getFeature()
MappinggetFeature in interface Mappingpublic void setFeature(String aFeature)
MappingsetFeature in interface MappingaFeature - the CAS feature namepublic String getIndexName()
MappinggetIndexName in interface Mappingpublic void setIndexName(String aIndexName)
MappingsetIndexName in interface MappingaIndexName - the index name for the featureprotected XmlizationInfo getXmlizationInfo()
MetaDataObject_implgetXmlizationInfo in class MetaDataObject_implCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.