org.kuali.rice.core.api
Class CoreConstants

java.lang.Object
  extended by org.kuali.rice.core.api.CoreConstants

public final class CoreConstants
extends Object

This class contains constants used by the core module. They are public to all and both clients and other rice modules are allowed to use them.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Nested Class Summary
static class CoreConstants.CommonElements
           
static class CoreConstants.Config
           
static class CoreConstants.Namespaces
           
static class CoreConstants.Services
           
static class CoreConstants.Versions
           
 
Field Summary
static String DATE_TO_STRING_FORMAT_FOR_FILE_NAME
           
static String DATE_TO_STRING_FORMAT_FOR_USER_INTERFACE
           
static String STRING_TO_DATE_FORMATS
           
static String STRING_TO_TIMESTAMP_FORMATS
           
static String TIMESTAMP_TO_STRING_FORMAT_FOR_FILE_NAME
           
static String TIMESTAMP_TO_STRING_FORMAT_FOR_USER_INTERFACE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STRING_TO_DATE_FORMATS

public static final String STRING_TO_DATE_FORMATS
See Also:
Constant Field Values

STRING_TO_TIMESTAMP_FORMATS

public static final String STRING_TO_TIMESTAMP_FORMATS
See Also:
Constant Field Values

DATE_TO_STRING_FORMAT_FOR_USER_INTERFACE

public static final String DATE_TO_STRING_FORMAT_FOR_USER_INTERFACE
See Also:
Constant Field Values

TIMESTAMP_TO_STRING_FORMAT_FOR_USER_INTERFACE

public static final String TIMESTAMP_TO_STRING_FORMAT_FOR_USER_INTERFACE
See Also:
Constant Field Values

DATE_TO_STRING_FORMAT_FOR_FILE_NAME

public static final String DATE_TO_STRING_FORMAT_FOR_FILE_NAME
See Also:
Constant Field Values

TIMESTAMP_TO_STRING_FORMAT_FOR_FILE_NAME

public static final String TIMESTAMP_TO_STRING_FORMAT_FOR_FILE_NAME
See Also:
Constant Field Values


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.