Package com.mckoi.database
Class SchemaDef
- java.lang.Object
-
- com.mckoi.database.SchemaDef
-
public final class SchemaDef extends java.lang.ObjectA definition of a schema.- Author:
- Tobias Downer
-
-
Constructor Summary
Constructors Constructor Description SchemaDef(java.lang.String name, java.lang.String type)Constructs the SchemaDef.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Returns the case correct name of the schema.java.lang.StringgetType()Returns the type of this schema.java.lang.StringtoString()
-