Class ForwardingDatabaseSchema
java.lang.Object
com.google.common.collect.ForwardingObject
org.opendaylight.ovsdb.lib.schema.ForwardingDatabaseSchema
- All Implemented Interfaces:
DatabaseSchema
public abstract class ForwardingDatabaseSchema
extends com.google.common.collect.ForwardingObject
implements DatabaseSchema
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract DatabaseSchema
delegate()
getName()
boolean
<E extends TableSchema<E>>
EMethods inherited from class com.google.common.collect.ForwardingObject
toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opendaylight.ovsdb.lib.schema.DatabaseSchema
withInternallyGeneratedColumns
-
Constructor Details
-
ForwardingDatabaseSchema
public ForwardingDatabaseSchema()
-
-
Method Details
-
delegate
- Specified by:
delegate
in classcom.google.common.collect.ForwardingObject
-
getTables
- Specified by:
getTables
in interfaceDatabaseSchema
-
hasTable
- Specified by:
hasTable
in interfaceDatabaseSchema
-
table
- Specified by:
table
in interfaceDatabaseSchema
-
getName
- Specified by:
getName
in interfaceDatabaseSchema
-
getVersion
- Specified by:
getVersion
in interfaceDatabaseSchema
-