org.eclipse.mtj.api.project
Interface PreprocessingDetail

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

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

A representation of the model object 'Preprocessing Detail'.

The following features are supported:

See Also:
ProjectPackage.getPreprocessingDetail()

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

getCondition

java.lang.String getCondition()
Returns the value of the 'Condition' attribute.

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

Returns:
the value of the 'Condition' attribute.
See Also:
setCondition(String), ProjectPackage.getPreprocessingDetail_Condition()

setCondition

void setCondition(java.lang.String value)
Sets the value of the 'Condition' attribute.

Parameters:
value - the new value of the 'Condition' attribute.
See Also:
getCondition()