org.oddjob.arooa
Class ArooaConstants

java.lang.Object
  extended by org.oddjob.arooa.ArooaConstants

public class ArooaConstants
extends Object

Constant values used in the Arooa Framework.


Field Summary
static String DATE_FORMAT
           
static String DATE_FORMAT_TZ
           
static String ID_PROPERTY
          The attribute from which we get a components id.
static String ITEM_TAG
           
static String KEY_PROPERTY
           
static String TIME_FORMAT1
           
static String TIME_FORMAT2
           
static String TIME_FORMAT3
           
 
Constructor Summary
ArooaConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID_PROPERTY

public static final String ID_PROPERTY
The attribute from which we get a components id.

See Also:
Constant Field Values

KEY_PROPERTY

public static final String KEY_PROPERTY
See Also:
Constant Field Values

ITEM_TAG

public static final String ITEM_TAG
See Also:
Constant Field Values

DATE_FORMAT

public static final String DATE_FORMAT
See Also:
Constant Field Values

DATE_FORMAT_TZ

public static final String DATE_FORMAT_TZ
See Also:
Constant Field Values

TIME_FORMAT1

public static final String TIME_FORMAT1
See Also:
Constant Field Values

TIME_FORMAT2

public static final String TIME_FORMAT2
See Also:
Constant Field Values

TIME_FORMAT3

public static final String TIME_FORMAT3
See Also:
Constant Field Values
Constructor Detail

ArooaConstants

public ArooaConstants()