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

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

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

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

The following features are supported:

See Also:
ConfigPackage.getSingleFeatureMatcherXML()

Method Summary
 BitsetFeatureValuesXML getBitsetFeatureValues()
          Returns the value of the 'Bitset Feature Values' containment reference.
 EnumFeatureValuesXML getEnumFeatureValues()
          Returns the value of the 'Enum Feature Values' containment reference.
 String getFeaturePath()
          Returns the value of the 'Feature Path' attribute.
 String getFeatureTypeName()
          Returns the value of the 'Feature Type Name' attribute.
 ObjectPathFeatureValuesXML getObjectPathFeatureValues()
          Returns the value of the 'Object Path Feature Values' containment reference.
 PatternFeatureValuesXML getPatternFeatureValues()
          Returns the value of the 'Pattern Feature Values' containment reference.
 RangeFeatureValuesXML getRangeFeatureValues()
          Returns the value of the 'Range Feature Values' containment reference.
 boolean isExclude()
          Returns the value of the 'Exclude' attribute.
 boolean isQuiet()
          Returns the value of the 'Quiet' attribute.
 boolean isSetExclude()
          Returns whether the value of the 'Exclude' attribute is set.
 boolean isSetQuiet()
          Returns whether the value of the 'Quiet' attribute is set.
 void setBitsetFeatureValues(BitsetFeatureValuesXML value)
          Sets the value of the 'Bitset Feature Values' containment reference.
 void setEnumFeatureValues(EnumFeatureValuesXML value)
          Sets the value of the 'Enum Feature Values' containment reference.
 void setExclude(boolean value)
          Sets the value of the 'Exclude' attribute.
 void setFeaturePath(String value)
          Sets the value of the 'Feature Path' attribute.
 void setFeatureTypeName(String value)
          Sets the value of the 'Feature Type Name' attribute.
 void setObjectPathFeatureValues(ObjectPathFeatureValuesXML value)
          Sets the value of the 'Object Path Feature Values' containment reference.
 void setPatternFeatureValues(PatternFeatureValuesXML value)
          Sets the value of the 'Pattern Feature Values' containment reference.
 void setQuiet(boolean value)
          Sets the value of the 'Quiet' attribute.
 void setRangeFeatureValues(RangeFeatureValuesXML value)
          Sets the value of the 'Range Feature Values' containment reference.
 void unsetExclude()
          Unsets the value of the 'Exclude' attribute.
 void unsetQuiet()
          Unsets the value of the 'Quiet' 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

getRangeFeatureValues

RangeFeatureValuesXML getRangeFeatureValues()
Returns the value of the 'Range Feature Values' containment reference.

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

Returns:
the value of the 'Range Feature Values' containment reference.
See Also:
setRangeFeatureValues(RangeFeatureValuesXML), ConfigPackage.getSingleFeatureMatcherXML_RangeFeatureValues()

setRangeFeatureValues

void setRangeFeatureValues(RangeFeatureValuesXML value)
Sets the value of the 'Range Feature Values' containment reference.

Parameters:
value - the new value of the 'Range Feature Values' containment reference.
See Also:
getRangeFeatureValues()

getEnumFeatureValues

EnumFeatureValuesXML getEnumFeatureValues()
Returns the value of the 'Enum Feature Values' containment reference.

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

Returns:
the value of the 'Enum Feature Values' containment reference.
See Also:
setEnumFeatureValues(EnumFeatureValuesXML), ConfigPackage.getSingleFeatureMatcherXML_EnumFeatureValues()

setEnumFeatureValues

void setEnumFeatureValues(EnumFeatureValuesXML value)
Sets the value of the 'Enum Feature Values' containment reference.

Parameters:
value - the new value of the 'Enum Feature Values' containment reference.
See Also:
getEnumFeatureValues()

getBitsetFeatureValues

BitsetFeatureValuesXML getBitsetFeatureValues()
Returns the value of the 'Bitset Feature Values' containment reference.

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

Returns:
the value of the 'Bitset Feature Values' containment reference.
See Also:
setBitsetFeatureValues(BitsetFeatureValuesXML), ConfigPackage.getSingleFeatureMatcherXML_BitsetFeatureValues()

setBitsetFeatureValues

void setBitsetFeatureValues(BitsetFeatureValuesXML value)
Sets the value of the 'Bitset Feature Values' containment reference.

Parameters:
value - the new value of the 'Bitset Feature Values' containment reference.
See Also:
getBitsetFeatureValues()

getObjectPathFeatureValues

ObjectPathFeatureValuesXML getObjectPathFeatureValues()
Returns the value of the 'Object Path Feature Values' containment reference.

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

Returns:
the value of the 'Object Path Feature Values' containment reference.
See Also:
setObjectPathFeatureValues(ObjectPathFeatureValuesXML), ConfigPackage.getSingleFeatureMatcherXML_ObjectPathFeatureValues()

setObjectPathFeatureValues

void setObjectPathFeatureValues(ObjectPathFeatureValuesXML value)
Sets the value of the 'Object Path Feature Values' containment reference.

Parameters:
value - the new value of the 'Object Path Feature Values' containment reference.
See Also:
getObjectPathFeatureValues()

getPatternFeatureValues

PatternFeatureValuesXML getPatternFeatureValues()
Returns the value of the 'Pattern Feature Values' containment reference.

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

Returns:
the value of the 'Pattern Feature Values' containment reference.
See Also:
setPatternFeatureValues(PatternFeatureValuesXML), ConfigPackage.getSingleFeatureMatcherXML_PatternFeatureValues()

setPatternFeatureValues

void setPatternFeatureValues(PatternFeatureValuesXML value)
Sets the value of the 'Pattern Feature Values' containment reference.

Parameters:
value - the new value of the 'Pattern Feature Values' containment reference.
See Also:
getPatternFeatureValues()

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.getSingleFeatureMatcherXML_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)

getFeaturePath

String getFeaturePath()
Returns the value of the 'Feature Path' attribute.

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

Returns:
the value of the 'Feature Path' attribute.
See Also:
setFeaturePath(String), ConfigPackage.getSingleFeatureMatcherXML_FeaturePath()

setFeaturePath

void setFeaturePath(String value)
Sets the value of the 'Feature Path' attribute.

Parameters:
value - the new value of the 'Feature Path' attribute.
See Also:
getFeaturePath()

getFeatureTypeName

String getFeatureTypeName()
Returns the value of the 'Feature Type Name' attribute.

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

Returns:
the value of the 'Feature Type Name' attribute.
See Also:
setFeatureTypeName(String), ConfigPackage.getSingleFeatureMatcherXML_FeatureTypeName()

setFeatureTypeName

void setFeatureTypeName(String value)
Sets the value of the 'Feature Type Name' attribute.

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

isQuiet

boolean isQuiet()
Returns the value of the 'Quiet' attribute.

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

Returns:
the value of the 'Quiet' attribute.
See Also:
isSetQuiet(), unsetQuiet(), setQuiet(boolean), ConfigPackage.getSingleFeatureMatcherXML_Quiet()

setQuiet

void setQuiet(boolean value)
Sets the value of the 'Quiet' attribute.

Parameters:
value - the new value of the 'Quiet' attribute.
See Also:
isSetQuiet(), unsetQuiet(), isQuiet()

unsetQuiet

void unsetQuiet()
Unsets the value of the 'Quiet' attribute.

See Also:
isSetQuiet(), isQuiet(), setQuiet(boolean)

isSetQuiet

boolean isSetQuiet()
Returns whether the value of the 'Quiet' attribute is set.

Returns:
whether the value of the 'Quiet' attribute is set.
See Also:
unsetQuiet(), isQuiet(), setQuiet(boolean)


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