public abstract class GOElementStateChange extends Change
Constructor and Description |
---|
GOElementStateChange(GOElement entity)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
GOElement |
getElement()
Returns the changed element.
|
abstract String |
getNewStateString()
Returns the new state as a string.
|
abstract String |
getOldStateString()
Returns the old state as a string.
|
boolean |
isDebuggerRelevant()
Indicates if this change is relevant for the debugger.
|
isValueChange
public GOElementStateChange(GOElement entity)
entity
- public GOElement getElement()
Change
getElement
in class Change
public abstract String getNewStateString()
public abstract String getOldStateString()
public boolean isDebuggerRelevant()
Change
isDebuggerRelevant
in class Change
true
if this change is relevant for the debugger; false
otherwise.Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.