java.lang.Object
com.aoindustries.aoserv.client.Schema
com.aoindustries.aoserv.client.signup.Schema
All Implemented Interfaces:
SchemaParent

public class Schema extends Schema
Author:
AO Industries, Inc.
  • Constructor Details

  • Method Details

    • getOption

      public OptionTable getOption()
    • getRequest

      public RequestTable getRequest()
    • getTables

      public List<? extends AoservTable<?,?>> getTables()
      Description copied from class: Schema
      Gets an unmodifiable list of all of the tables in the schema.
      Specified by:
      getTables in class Schema
    • getName

      public String getName()
      Description copied from class: Schema
      Gets the unique name of the schema.
      Specified by:
      getName in class Schema