Package org.enterprisedomain.classmaker
Interface StageQualifier
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
StageQualifierImpl
public interface StageQualifier
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Stage
Qualifier'.
Qualifier of stage in the process.
The following features are supported:
- See Also:
-
Method Summary
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getStage
Stage getStage()Returns the value of the 'Stage' attribute. The literals are from the enumerationStage
.If the meaning of the 'Stage' attribute isn't clear, there really should be more of a description here...
A stage of process.- Returns:
- the value of the 'Stage' attribute.
- See Also:
-
setStage
Sets the value of the 'Stage
' attribute.- Parameters:
value
- the new value of the 'Stage' attribute.- See Also:
-
getStep
String getStep()Returns the value of the 'Step' attribute.If the meaning of the 'Step' attribute isn't clear, there really should be more of a description here...
A particular step in the stage of process.- Returns:
- the value of the 'Step' attribute.
- See Also:
-
setStep
Sets the value of the 'Step
' attribute.- Parameters:
value
- the new value of the 'Step' attribute.- See Also:
-