Interface EnactAdaptationStep

    • Method Detail

      • getAdaptationStepURI

        String getAdaptationStepURI()
        Returns the value of the 'Adaptation Step URI' attribute.

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

        Returns:
        the value of the 'Adaptation Step URI' attribute.
        See Also:
        setAdaptationStepURI(String), CorePackage.getEnactAdaptationStep_AdaptationStepURI()
        Generated class or method.
        EMF model class or method.
        required="true"
      • setAdaptationStepURI

        void setAdaptationStepURI​(String value)
        Sets the value of the 'Adaptation Step URI' attribute.
        Parameters:
        value - the new value of the 'Adaptation Step URI' attribute.
        See Also:
        getAdaptationStepURI()
        Generated class or method.