org.kuali.rice.core.api
Class CoreConstants
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVICE_PATH_SOAP
public static final String SERVICE_PATH_SOAP
- See Also:
- Constant Field Values
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
DATA_TYPE_STRING
public static final String DATA_TYPE_STRING
- See Also:
- Constant Field Values
DATA_TYPE_DATE
public static final String DATA_TYPE_DATE
- See Also:
- Constant Field Values
DATA_TYPE_LONG
public static final String DATA_TYPE_LONG
- See Also:
- Constant Field Values
DATA_TYPE_FLOAT
public static final String DATA_TYPE_FLOAT
- See Also:
- Constant Field Values
DATA_TYPE_BOOLEAN
public static final String DATA_TYPE_BOOLEAN
- See Also:
- Constant Field Values
EMPTY_STRING
public static final String EMPTY_STRING
- See Also:
- Constant Field Values
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.