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

    Modifier and Type
    Method
    Description
    Returns the value of the 'Stage' attribute.
    Returns the value of the 'Step' attribute.
    void
    setStage(Stage value)
    Sets the value of the 'Stage' attribute.
    void
    setStep(String value)
    Sets the value of the 'Step' attribute.

    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 enumeration Stage.

      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

      void setStage(Stage value)
      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

      void setStep(String value)
      Sets the value of the 'Step' attribute.
      Parameters:
      value - the new value of the 'Step' attribute.
      See Also: