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

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

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

A representation of the model object 'Group Feature Matcher XML'.

The following features are supported:

See Also:
ConfigPackage.getGroupFeatureMatcherXML()

Method Summary
 org.eclipse.emf.common.util.EList<SingleFeatureMatcherXML> getFeatureMatchers()
          Returns the value of the 'Feature Matchers' containment reference list.
 boolean isExclude()
          Returns the value of the 'Exclude' attribute.
 boolean isSetExclude()
          Returns whether the value of the 'Exclude' attribute is set.
 void setExclude(boolean value)
          Sets the value of the 'Exclude' attribute.
 void unsetExclude()
          Unsets the value of the 'Exclude' 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

getFeatureMatchers

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

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

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

isExclude

boolean isExclude()
Returns the value of the 'Exclude' attribute.

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

Returns:
the value of the 'Exclude' attribute.
See Also:
isSetExclude(), unsetExclude(), setExclude(boolean), ConfigPackage.getGroupFeatureMatcherXML_Exclude()

setExclude

void setExclude(boolean value)
Sets the value of the 'Exclude' attribute.

Parameters:
value - the new value of the 'Exclude' attribute.
See Also:
isSetExclude(), unsetExclude(), isExclude()

unsetExclude

void unsetExclude()
Unsets the value of the 'Exclude' attribute.

See Also:
isSetExclude(), isExclude(), setExclude(boolean)

isSetExclude

boolean isSetExclude()
Returns whether the value of the 'Exclude' attribute is set.

Returns:
whether the value of the 'Exclude' attribute is set.
See Also:
unsetExclude(), isExclude(), setExclude(boolean)


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