Package com.mckoi.database
Class SchemaDef
- java.lang.Object
-
- com.mckoi.database.SchemaDef
-
public final class SchemaDef extends java.lang.Object
A 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.String
getName()
Returns the case correct name of the schema.java.lang.String
getType()
Returns the type of this schema.java.lang.String
toString()
-