org.eclipse.net4j.db.ddl.delta
Interface IDBDeltaWithPosition

All Superinterfaces:
Comparable<IDBDelta>, IContainer<IDBDelta>, IDBDelta, IDBDeltaWithProperties, IDBElement, IDBNamedElement, INotifier, PositionProvider
All Known Subinterfaces:
IDBFieldDelta, IDBIndexFieldDelta

public interface IDBDeltaWithPosition
extends IDBDeltaWithProperties, PositionProvider

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
 
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>
 
Field Summary
static String POSITION_PROPERTY
           
 
Method Summary
 
Methods inherited from interface org.eclipse.net4j.db.ddl.delta.IDBDeltaWithProperties
getPropertyDelta, getPropertyDeltas, getPropertyDeltasSortedByName, getPropertyValue, getPropertyValue
 
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
 
Methods inherited from interface org.eclipse.net4j.util.collection.PositionProvider
getPosition
 

Field Detail

POSITION_PROPERTY

static final String POSITION_PROPERTY
See Also:
Constant Field Values


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