org.apache.uima.tools.cfe.config
Interface ObjectPathFeatureValuesXML

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ObjectPathFeatureValuesXMLImpl

public interface ObjectPathFeatureValuesXML
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Object Path Feature Values XML'.

The following features are supported:

See Also:
ConfigPackage.getObjectPathFeatureValuesXML()

Method Summary
 String getObjectPath()
          Returns the value of the 'Object Path' attribute.
 void setObjectPath(String value)
          Sets the value of the 'Object Path' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getObjectPath

String getObjectPath()
Returns the value of the 'Object Path' attribute.

If the meaning of the 'Object Path' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Object Path' attribute.
See Also:
setObjectPath(String), ConfigPackage.getObjectPathFeatureValuesXML_ObjectPath()

setObjectPath

void setObjectPath(String value)
Sets the value of the 'Object Path' attribute.

Parameters:
value - the new value of the 'Object Path' attribute.
See Also:
getObjectPath()


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.