Change.ChangeCategory| Modifier and Type | Method and Description |
|---|---|
Change.ChangeCategory |
getChangeCategory()
Gets the category of change this Change object
represents
|
Type |
getChangeType()
Gets the type of the change for all change categories.
|
String |
getInstanceKey()
Returns the key of the instance that was removed, added or modified
for the categories ADD_INSTANCE, REMOVE_INSTANCE and MODIFY_INSTANCE
|
Instance |
getInstanceValue()
Returns the value of the instance that was removed, added or modified
for the categories ADD_INSTANCE, REMOVE_INSTANCE and MODIFY_INSTANCE.
|
List<PropertyChangeEvent> |
getModifiedProperties()
Returns a list of properties that were changed if the change category
is MODIFY_INSTANCE.
|
Instance |
getOriginalInstanceValue()
Returns the original Instance for the category MODIFY_INSTANCE
|
String |
toString() |
public Change.ChangeCategory getChangeCategory()
ChangegetChangeCategory in interface Changepublic Type getChangeType()
ChangegetChangeType in interface Changepublic String getInstanceKey()
ChangegetInstanceKey in interface Changepublic Instance getInstanceValue()
ChangegetInstanceValue in interface Changepublic Instance getOriginalInstanceValue()
ChangegetOriginalInstanceValue in interface Changepublic List<PropertyChangeEvent> getModifiedProperties()
ChangegetModifiedProperties in interface ChangeCopyright © 2009–2017 Oracle Corporation. All rights reserved.