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:
ClassMakerPackage.getStageQualifier()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stage
getStage()
Returns the value of the 'Stage' attribute.java.lang.String
getStep()
Returns the value of the 'Step' attribute.void
setStage(Stage value)
Sets the value of the 'Stage
' attribute.void
setStep(java.lang.String value)
Sets the value of the 'Step
' attribute.
-
-
-
Method Detail
-
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:
Stage
,setStage(Stage)
,ClassMakerPackage.getStageQualifier_Stage()
-
setStage
void setStage(Stage value)
Sets the value of the 'Stage
' attribute.- Parameters:
value
- the new value of the 'Stage' attribute.- See Also:
Stage
,getStage()
-
getStep
java.lang.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(String)
,ClassMakerPackage.getStageQualifier_Step()
-
-