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

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

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

A representation of the model object 'Bitset Feature Values XML'.

The following features are supported:

See Also:
ConfigPackage.getBitsetFeatureValuesXML()

Method Summary
 String getBitmask()
          Returns the value of the 'Bitmask' attribute.
 boolean isExactMatch()
          Returns the value of the 'Exact Match' attribute.
 boolean isSetExactMatch()
          Returns whether the value of the 'Exact Match' attribute is set.
 void setBitmask(String value)
          Sets the value of the 'Bitmask' attribute.
 void setExactMatch(boolean value)
          Sets the value of the 'Exact Match' attribute.
 void unsetExactMatch()
          Unsets the value of the 'Exact Match' 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

getBitmask

String getBitmask()
Returns the value of the 'Bitmask' attribute.

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

Returns:
the value of the 'Bitmask' attribute.
See Also:
setBitmask(String), ConfigPackage.getBitsetFeatureValuesXML_Bitmask()

setBitmask

void setBitmask(String value)
Sets the value of the 'Bitmask' attribute.

Parameters:
value - the new value of the 'Bitmask' attribute.
See Also:
getBitmask()

isExactMatch

boolean isExactMatch()
Returns the value of the 'Exact Match' attribute.

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

Returns:
the value of the 'Exact Match' attribute.
See Also:
isSetExactMatch(), unsetExactMatch(), setExactMatch(boolean), ConfigPackage.getBitsetFeatureValuesXML_ExactMatch()

setExactMatch

void setExactMatch(boolean value)
Sets the value of the 'Exact Match' attribute.

Parameters:
value - the new value of the 'Exact Match' attribute.
See Also:
isSetExactMatch(), unsetExactMatch(), isExactMatch()

unsetExactMatch

void unsetExactMatch()
Unsets the value of the 'Exact Match' attribute.

See Also:
isSetExactMatch(), isExactMatch(), setExactMatch(boolean)

isSetExactMatch

boolean isSetExactMatch()
Returns whether the value of the 'Exact Match' attribute is set.

Returns:
whether the value of the 'Exact Match' attribute is set.
See Also:
unsetExactMatch(), isExactMatch(), setExactMatch(boolean)


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