org.eclipse.mtj.api.preprocessing
Interface FeatureCondition

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

public interface FeatureCondition
extends Condition

A representation of the model object 'Feature Condition'.

The following features are supported:

See Also:
PreprocessingPackage.getFeatureCondition()

Method Summary
 java.lang.String getFeature()
          Returns the value of the 'Feature' attribute.
 void setFeature(java.lang.String value)
          Sets the value of the 'Feature' 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

getFeature

java.lang.String getFeature()
Returns the value of the 'Feature' attribute.

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

Returns:
the value of the 'Feature' attribute.
See Also:
setFeature(String), PreprocessingPackage.getFeatureCondition_Feature()

setFeature

void setFeature(java.lang.String value)
Sets the value of the 'Feature' attribute.

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