Interface Change

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDescription()
      Returns the value of the 'Description' attribute.
      Release getRelease()
      Helper method to determine the release to which this change belongs
      boolean isBreaking()
      Returns the value of the 'Breaking' attribute.
      void setBreaking​(boolean value)
      Sets the value of the 'Breaking' attribute.
      void setDescription​(String value)
      Sets the value of the 'Description' 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 Detail

      • isBreaking

        boolean isBreaking()
        Returns the value of the 'Breaking' attribute. Whether the change is breaking, i.e. a migration has to be specified (this attribute is only used during validation and is therefore not persisted)
        Returns:
        the value of the 'Breaking' attribute.
        See Also:
        setBreaking(boolean), HistoryPackage.getChange_Breaking()
      • setBreaking

        void setBreaking​(boolean value)
        Sets the value of the 'Breaking' attribute.
        Parameters:
        value - the new value of the 'Breaking' attribute.
        See Also:
        isBreaking()
      • getDescription

        String getDescription()
        Returns the value of the 'Description' attribute.

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

        Description to comment the change
        Returns:
        the value of the 'Description' attribute.
        See Also:
        setDescription(String), HistoryPackage.getChange_Description()
      • setDescription

        void setDescription​(String value)
        Sets the value of the 'Description' attribute.
        Parameters:
        value - the new value of the 'Description' attribute.
        See Also:
        getDescription()
      • getRelease

        Release getRelease()
        Helper method to determine the release to which this change belongs