Class StandardMessages

java.lang.Object
com.mckoi.database.global.StandardMessages

public final class StandardMessages extends Object
This class contains a number of standard messages that are displayed throughout the operation of the database. They are put into a single class to allow for easy future modification.
Author:
Tobias Downer
  • Field Details

    • AUTHOR

      public static String AUTHOR
      The name of the author (me).
    • VERSION

      public static String VERSION
      The global version number of the database system.
    • NAME

      public static String NAME
      The global name of the system.
  • Constructor Details

    • StandardMessages

      public StandardMessages()