public abstract class AbstractChangeStep extends java.lang.Object implements ChangeStep
| Modifier and Type | Field and Description |
|---|---|
protected ExecutableChange |
change |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractChangeStep(ExecutableChange change) |
| Modifier and Type | Method and Description |
|---|---|
ExecutableChange |
getChange() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLoadedChangeprotected final ExecutableChange change
protected AbstractChangeStep(ExecutableChange change)
public ExecutableChange getChange()
getChange in interface ChangeStep