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

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

public static final class CoreConstants.Versions
extends Object


Field Summary
static String UNSPECIFIED
           
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.
static String VERSION_2_1_2
          Name for complete version 2.1.2 of Kuali Rice which is used to compare against the version of callback services to ensure that backwards compatibility is not broken
 
Constructor Summary
CoreConstants.Versions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNSPECIFIED

public static final String UNSPECIFIED
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

VERSION_2_1_2

public static final String VERSION_2_1_2
Name for complete version 2.1.2 of Kuali Rice which is used to compare against the version of callback services to ensure that backwards compatibility is not broken

See Also:
Constant Field Values
Constructor Detail

CoreConstants.Versions

public CoreConstants.Versions()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.