2004.04.29


com.jdc.app.rdb.schema
Class Reference

java.lang.Object
  |
  +--com.jdc.lang.Object
        |
        +--com.jdc.lang.SerializableObject
              |
              +--com.jdc.rdb.Schema
                    |
                    +--com.jdc.app.rdb.schema.Reference
All Implemented Interfaces:
Schema, Serializable

public final class Reference
extends Schema

Reference defines the J. Damon & Co. database reference table schema. This class is implemented as a singleton. Use getInstance to obtain a reference to the Reference Schema object.

Reference: Effective Java™ Programming Language Guide, Pages 10-11.

Version:
1.0
Author:
Jay Damon
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jdc.lang.Object
string
 
Constructor Summary
Reference()
          Constructs a new Reference object.
 
Method Summary
 Database getDatabase()
          Returns the Database object for this schema.
 
Methods inherited from class com.jdc.rdb.Schema
equals, getAlias, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Reference

public Reference()
Constructs a new Reference object.

Method Detail

getDatabase

public Database getDatabase()
Description copied from interface: Schema
Returns the Database object for this schema.

Specified by:
getDatabase in interface Schema
Specified by:
getDatabase in class Schema
Returns:
The database object for this schema.

2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.