abbreviationdb
Class Constants

java.lang.Object
  extended by abbreviationdb.Constants

public class Constants
extends java.lang.Object

Define common constants used in the associated event handlers.

These names are stored as read-only variables so that typing mistakes are caught at compile-time.


Field Summary
static java.lang.String abbreviationDbKey
          The key (name) of the abbreviation database connection in the model hashmap.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

abbreviationDbKey

public static final java.lang.String abbreviationDbKey
The key (name) of the abbreviation database connection in the model hashmap.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()