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 CORE_SERVICE_DISTRIBUTED_CACHE
           
static String DATA_TYPE_BOOLEAN
           
static String DATA_TYPE_DATE
           
static String DATA_TYPE_FLOAT
           
static String DATA_TYPE_LONG
           
static String DATA_TYPE_STRING
           
static String DATE_TO_STRING_FORMAT_FOR_FILE_NAME
           
static String DATE_TO_STRING_FORMAT_FOR_USER_INTERFACE
           
static String EMPTY_STRING
           
static String SERVICE_PATH_SOAP
           
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

SERVICE_PATH_SOAP

public static final String SERVICE_PATH_SOAP
See Also:
Constant Field Values

CORE_SERVICE_DISTRIBUTED_CACHE

public static final String CORE_SERVICE_DISTRIBUTED_CACHE
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-2014 The Kuali Foundation. All Rights Reserved.