net.sourceforge.mewt.client
Class Constants

java.lang.Object
  extended by net.sourceforge.mewt.client.Constants

public class Constants
extends java.lang.Object

The Class Constants.


Field Summary
static int BODY_SIZE
          The Constant BODY_SIZE.
static int CATEGORY_SIZE
          The Constant CATEGORY_SIZE.
static java.lang.String STORE_NAME
          The Constant STORE_NAME.
static int SUBJECT_SIZE
          The Constant SUBJECT_SIZE.
static java.lang.String TITLE
          The Constant TITLE.
static java.lang.String VERSION
          The VERSION.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TITLE

public static final java.lang.String TITLE
The Constant TITLE.

See Also:
Constant Field Values

VERSION

public static java.lang.String VERSION
The VERSION.


BODY_SIZE

public static final int BODY_SIZE
The Constant BODY_SIZE.

See Also:
Constant Field Values

SUBJECT_SIZE

public static final int SUBJECT_SIZE
The Constant SUBJECT_SIZE.

See Also:
Constant Field Values

CATEGORY_SIZE

public static final int CATEGORY_SIZE
The Constant CATEGORY_SIZE.

See Also:
Constant Field Values

STORE_NAME

public static final java.lang.String STORE_NAME
The Constant STORE_NAME.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()