public interface Change
extends org.eclipse.emf.ecore.EObject
The following features are supported:
HistoryPackage.getChange()| Modifier and Type | Method and 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. |
boolean isBreaking()
setBreaking(boolean),
HistoryPackage.getChange_Breaking()void setBreaking(boolean value)
Breaking' attribute.
value - the new value of the 'Breaking' attribute.isBreaking()String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
Description to comment the changesetDescription(String),
HistoryPackage.getChange_Description()void setDescription(String value)
Description'
attribute.
value - the new value of the 'Description' attribute.getDescription()Release getRelease()
Copyright © 2020. All rights reserved.