org.eclipse.net4j.spi.db.ddl
Interface InternalDBSchemaElement

All Superinterfaces:
Comparable<IDBSchemaElement>, IContainer<IDBSchemaElement>, IDBElement, IDBNamedElement, IDBSchemaElement, INotifier, InternalDBElement, InternalDBNamedElement
All Known Subinterfaces:
InternalDBField, InternalDBIndex, InternalDBIndexField, InternalDBSchema, InternalDBTable
All Known Implementing Classes:
org.eclipse.net4j.internal.db.ddl.DBSchema, DBSchema, org.eclipse.net4j.internal.db.ddl.DBSchemaElement

public interface InternalDBSchemaElement
extends IDBSchemaElement, InternalDBNamedElement

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.IDBSchemaElement
IDBSchemaElement.SchemaElementType
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
IContainer.Modifiable<E>
 
Method Summary
 IDBSchemaElement getWrapper()
           
 void setWrapper(IDBSchemaElement wrapper)
           
 
Methods inherited from interface org.eclipse.net4j.db.ddl.IDBSchemaElement
accept, getElement, getFullName, getParent, getSchema, getSchemaElementType, remove, setName
 
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.spi.db.ddl.InternalDBNamedElement
dump, dump, dumpToString, setName
 
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
 

Method Detail

getWrapper

IDBSchemaElement getWrapper()

setWrapper

void setWrapper(IDBSchemaElement wrapper)


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