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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected abstract DatabaseSchemadelegate()getName()boolean<E extends TableSchema<E>>
EMethods inherited from class com.google.common.collect.ForwardingObject
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.opendaylight.ovsdb.lib.schema.DatabaseSchema
withInternallyGeneratedColumns 
- 
Constructor Details
- 
ForwardingDatabaseSchema
public ForwardingDatabaseSchema() 
 - 
 - 
Method Details
- 
delegate
- Specified by:
 delegatein classcom.google.common.collect.ForwardingObject
 - 
getTables
- Specified by:
 getTablesin interfaceDatabaseSchema
 - 
hasTable
- Specified by:
 hasTablein interfaceDatabaseSchema
 - 
table
- Specified by:
 tablein interfaceDatabaseSchema
 - 
getName
- Specified by:
 getNamein interfaceDatabaseSchema
 - 
getVersion
- Specified by:
 getVersionin interfaceDatabaseSchema
 
 -