|
||||||||||
| 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.search.impl.Mapping_impl
public class Mapping_impl
| Constructor Summary | |
|---|---|
Mapping_impl()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Mapping_impl()
| Method Detail |
|---|
public java.lang.String getFeature()
Mapping
getFeature in interface Mappingpublic void setFeature(java.lang.String aFeature)
Mapping
setFeature in interface MappingaFeature - the CAS feature namepublic java.lang.String getIndexName()
Mapping
getIndexName in interface Mappingpublic void setIndexName(java.lang.String aIndexName)
Mapping
setIndexName in interface MappingaIndexName - the index name for the featureprotected 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 | |||||||||