wt.query
Class dateHelperResource

java.lang.Object
  extended byjava.util.ResourceBundle
      extended byjava.util.ListResourceBundle
          extended bywt.query.dateHelperResource

public class dateHelperResource
extends ListResourceBundle

dateHelperResource message resource bundle [English/US]


Nested Class Summary
 
Nested classes inherited from class java.util.ResourceBundle
 
Field Summary
(package private) static Object[][] contents
           
static String DATE_INPUT_FORMAT
           
static String DATE_OUTPUT_FORMAT
           
static String DAY
           
static String DAY1
           
static String HOUR
           
static String MILLISECOND
           
static String MINUTE
           
static String MONTH
           
static String SECOND
           
static String TIME
           
static String YEAR
           
 
Fields inherited from class java.util.ListResourceBundle
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
dateHelperResource()
           
 
Method Summary
 Object[][] getContents()
           
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MILLISECOND

public static final String MILLISECOND
See Also:
Constant Field Values

SECOND

public static final String SECOND
See Also:
Constant Field Values

MINUTE

public static final String MINUTE
See Also:
Constant Field Values

HOUR

public static final String HOUR
See Also:
Constant Field Values

TIME

public static final String TIME
See Also:
Constant Field Values

DAY

public static final String DAY
See Also:
Constant Field Values

DAY1

public static final String DAY1
See Also:
Constant Field Values

MONTH

public static final String MONTH
See Also:
Constant Field Values

YEAR

public static final String YEAR
See Also:
Constant Field Values

DATE_INPUT_FORMAT

public static final String DATE_INPUT_FORMAT
See Also:
Constant Field Values

DATE_OUTPUT_FORMAT

public static final String DATE_OUTPUT_FORMAT
See Also:
Constant Field Values

contents

static final Object[][] contents
Constructor Detail

dateHelperResource

public dateHelperResource()
Method Detail

getContents

public Object[][] getContents()