Class Mapping_impl

All Implemented Interfaces:
Serializable, Cloneable, MetaDataObject, Mapping, XMLizable

public class Mapping_impl extends MetaDataObject_impl implements Mapping
See Also:
  • Constructor Details

    • Mapping_impl

      public Mapping_impl()
  • Method Details

    • getFeature

      public String getFeature()
      Description copied from interface: Mapping
      Gets the name of the feature that should be indexed.
      Specified by:
      getFeature in interface Mapping
      Returns:
      the CAS feature name
    • setFeature

      public void setFeature(String aFeature)
      Description copied from interface: Mapping
      Sets the name of the feature that should be indexed.
      Specified by:
      setFeature in interface Mapping
      Parameters:
      aFeature - the CAS feature name
    • getIndexName

      public String getIndexName()
      Description copied from interface: Mapping
      Gets the name that will be used to represent this feature in the index. This determines the name that must be used to query for this feature.
      Specified by:
      getIndexName in interface Mapping
      Returns:
      the index name for the feature
    • setIndexName

      public void setIndexName(String aIndexName)
      Description copied from interface: Mapping
      Sets the name that will be used to represent this feature in the index. This determines the name that must be used to query for this feature.
      Specified by:
      setIndexName in interface Mapping
      Parameters:
      aIndexName - the index name for the feature
    • getXmlizationInfo

      protected XmlizationInfo getXmlizationInfo()
      Description copied from class: MetaDataObject_impl
      To be implemented by subclasses to return information describing how to represent this object in XML.
      Specified by:
      getXmlizationInfo in class MetaDataObject_impl
      Returns:
      information defining this object's XML representation