Class SchemaDef

java.lang.Object
com.mckoi.database.SchemaDef

public final class SchemaDef extends Object
A definition of a schema.
Author:
Tobias Downer
  • Constructor Details

    • SchemaDef

      public SchemaDef(String name, String type)
      Constructs the SchemaDef.
  • Method Details

    • getName

      public String getName()
      Returns the case correct name of the schema.
    • getType

      public String getType()
      Returns the type of this schema.
    • toString

      public String toString()
      Overrides:
      toString in class Object