org.eclipse.net4j.db.ddl.delta
Interface IDBPropertyDelta<T>

All Superinterfaces:
Comparable<IDBDelta>, IContainer<IDBDelta>, IDBDelta, IDBElement, IDBNamedElement, INotifier

public interface IDBPropertyDelta<T>
extends IDBDelta

Since:
4.2
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Nested Class Summary
static class IDBPropertyDelta.Type
           
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.db.ddl.delta.IDBDelta
IDBDelta.ChangeKind, IDBDelta.DeltaType
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
IContainer.Modifiable<E>
 
Method Summary
 T getOldValue()
           
 IDBPropertyDelta.Type getType()
           
 T getValue()
           
 
Methods inherited from interface org.eclipse.net4j.db.ddl.delta.IDBDelta
accept, getChangeKind, getDeltaType, getParent, getSchemaElement
 
Methods inherited from interface org.eclipse.net4j.db.ddl.IDBNamedElement
getName
 
Methods inherited from interface org.eclipse.net4j.db.ddl.IDBElement
getProperties
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
 
Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getType

IDBPropertyDelta.Type getType()

getValue

T getValue()

getOldValue

T getOldValue()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.