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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
FeatureObjectMatcherXML
All Known Implementing Classes:
FeatureObjectMatcherXMLImpl, PartialObjectMatcherXMLImpl

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

A representation of the model object 'Partial Object Matcher XML'.

The following features are supported:

See Also:
ConfigPackage.getPartialObjectMatcherXML()

Method Summary
 String getAnnotationTypeName()
          Returns the value of the 'Annotation Type Name' attribute.
 String getFullPath()
          Returns the value of the 'Full Path' attribute.
 org.eclipse.emf.common.util.EList<GroupFeatureMatcherXML> getGroupFeatureMatchers()
          Returns the value of the 'Group Feature Matchers' containment reference list.
 void setAnnotationTypeName(String value)
          Sets the value of the 'Annotation Type Name' attribute.
 void setFullPath(String value)
          Sets the value of the 'Full 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

getGroupFeatureMatchers

org.eclipse.emf.common.util.EList<GroupFeatureMatcherXML> getGroupFeatureMatchers()
Returns the value of the 'Group Feature Matchers' containment reference list. The list contents are of type GroupFeatureMatcherXML.

If the meaning of the 'Group Feature Matchers' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Group Feature Matchers' containment reference list.
See Also:
ConfigPackage.getPartialObjectMatcherXML_GroupFeatureMatchers()

getAnnotationTypeName

String getAnnotationTypeName()
Returns the value of the 'Annotation Type Name' attribute.

If the meaning of the 'Annotation Type Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Annotation Type Name' attribute.
See Also:
setAnnotationTypeName(String), ConfigPackage.getPartialObjectMatcherXML_AnnotationTypeName()

setAnnotationTypeName

void setAnnotationTypeName(String value)
Sets the value of the 'Annotation Type Name' attribute.

Parameters:
value - the new value of the 'Annotation Type Name' attribute.
See Also:
getAnnotationTypeName()

getFullPath

String getFullPath()
Returns the value of the 'Full Path' attribute.

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

Returns:
the value of the 'Full Path' attribute.
See Also:
setFullPath(String), ConfigPackage.getPartialObjectMatcherXML_FullPath()

setFullPath

void setFullPath(String value)
Sets the value of the 'Full Path' attribute.

Parameters:
value - the new value of the 'Full Path' attribute.
See Also:
getFullPath()


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