|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mckoi.database.SchemaDef
public final class SchemaDef
A definition of a schema.
Constructor Summary | |
---|---|
SchemaDef(java.lang.String name,
java.lang.String type)
Constructs the SchemaDef. |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the case correct name of the schema. |
java.lang.String |
getType()
Returns the type of this schema. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SchemaDef(java.lang.String name, java.lang.String type)
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getType()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |