org.kuali.rice.core.api
Class CoreConstants.Namespaces

java.lang.Object
  extended by org.kuali.rice.core.api.CoreConstants.Namespaces
Enclosing class:
CoreConstants

public static final class CoreConstants.Namespaces
extends Object


Field Summary
static String CORE_NAMESPACE_2_0
          Namespace for the core module which is compatible with Kuali Rice 2.0.x.
static String CORE_NAMESPACE_PREFIX
           
static String ROOT_NAMESPACE_PREFIX
           
static String VERSION_2_0
          Name for major version 2.0 of Kuali Rice which should be used in XML namespaces for data elements compatible with Kuali Rice 2.0.x.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROOT_NAMESPACE_PREFIX

public static final String ROOT_NAMESPACE_PREFIX
See Also:
Constant Field Values

CORE_NAMESPACE_PREFIX

public static final String CORE_NAMESPACE_PREFIX
See Also:
Constant Field Values

VERSION_2_0

public static final String VERSION_2_0
Name for major version 2.0 of Kuali Rice which should be used in XML namespaces for data elements compatible with Kuali Rice 2.0.x. This constant value should never be changed! If it is changed then it will break compatibility with legacy clients.

See Also:
Constant Field Values

CORE_NAMESPACE_2_0

public static final String CORE_NAMESPACE_2_0
Namespace for the core module which is compatible with Kuali Rice 2.0.x.

See Also:
Constant Field Values


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