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

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

public interface IDBIndexFieldDelta
extends IDBDeltaWithPosition

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
 
Fields inherited from interface org.eclipse.net4j.db.ddl.delta.IDBDeltaWithPosition
POSITION_PROPERTY
 
Method Summary
 IDBIndexDelta getParent()
           
 IDBIndexField getSchemaElement(IDBSchema schema)
           
 
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
 
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
 

Method Detail

getParent

IDBIndexDelta getParent()
Specified by:
getParent in interface IDBDelta

getSchemaElement

IDBIndexField getSchemaElement(IDBSchema schema)
Specified by:
getSchemaElement in interface IDBDelta


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