org.apache.ojb.broker.util
Interface Version


public interface Version

The Interface Version holds OJB versioning information. The $ ENTRY $ placeholders are replaced by the OJB preprocessor with the settings configured in build.properties.

Version:
$Id: Version.java,v 1.4 2002/11/21 09:45:21 brj Exp $
Author:
Thomas Mahler

Field Summary
static java.lang.String OJB_VERSION_BUILD
          The OJB build number
static java.lang.String OJB_VERSION_DATE
          The timestamp of the current release
static java.lang.String OJB_VERSION_FULLQUALIFIED
          The full qualified OJB release string.
static java.lang.String OJB_VERSION_MAJOR
          The OJB major version number
static java.lang.String OJB_VERSION_MINOR
          The OJB minor version number
 

Field Detail

OJB_VERSION_FULLQUALIFIED

public static final java.lang.String OJB_VERSION_FULLQUALIFIED
The full qualified OJB release string. consists of OJB_VERSION_MAJOR . OJB_VERSION_MINOR . OJB_VERSION_BUILD

See Also:
Constant Field Values

OJB_VERSION_MAJOR

public static final java.lang.String OJB_VERSION_MAJOR
The OJB major version number

See Also:
Constant Field Values

OJB_VERSION_MINOR

public static final java.lang.String OJB_VERSION_MINOR
The OJB minor version number

See Also:
Constant Field Values

OJB_VERSION_BUILD

public static final java.lang.String OJB_VERSION_BUILD
The OJB build number

See Also:
Constant Field Values

OJB_VERSION_DATE

public static final java.lang.String OJB_VERSION_DATE
The timestamp of the current release

See Also:
Constant Field Values


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14