Package com.mckoi.database.global
Class StandardMessages
- java.lang.Object
-
- com.mckoi.database.global.StandardMessages
-
public final class StandardMessages extends java.lang.ObjectThis 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 Summary
Fields Modifier and Type Field Description static java.lang.StringAUTHORThe name of the author (me).static java.lang.StringCOPYRIGHTThe standard copyright message.static java.lang.StringNAMEThe global name of the system.static java.lang.StringVERSIONThe global version number of the database system.
-
Constructor Summary
Constructors Constructor Description StandardMessages()
-
-
-
Field Detail
-
AUTHOR
public static java.lang.String AUTHOR
The name of the author (me).
-
COPYRIGHT
public static java.lang.String COPYRIGHT
The standard copyright message.
-
VERSION
public static java.lang.String VERSION
The global version number of the database system.
-
NAME
public static java.lang.String NAME
The global name of the system.
-
-