com.sun.slamd.common
Class DynamicConstants

java.lang.Object
  extended by com.sun.slamd.common.DynamicConstants

public class DynamicConstants
extends java.lang.Object

This file has been dynamically generated as part of the SLAMD build process. Do not edit it directly.


Field Summary
static java.lang.String BUILD_DATE
          The timestamp that this SLAMD build was created.
static int MAJOR_VERSION
          The major version number for this SLAMD build.
static int MINOR_VERSION
          The minor version number for this SLAMD build.
static boolean OFFICIAL_BUILD
          Indicates whether this is an official build.
static int POINT_VERSION
          The point version number for this SLAMD build.
static java.lang.String SLAMD_VERSION
          The SLAMD version string to be displayed to the end user.
static java.lang.String VERSION_QUALIFIER
          The version qualifier string for this SLAMD build.
 
Constructor Summary
DynamicConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OFFICIAL_BUILD

public static final boolean OFFICIAL_BUILD
Indicates whether this is an official build.

See Also:
Constant Field Values

SLAMD_VERSION

public static final java.lang.String SLAMD_VERSION
The SLAMD version string to be displayed to the end user.

See Also:
Constant Field Values

BUILD_DATE

public static final java.lang.String BUILD_DATE
The timestamp that this SLAMD build was created.

See Also:
Constant Field Values

MAJOR_VERSION

public static final int MAJOR_VERSION
The major version number for this SLAMD build.

See Also:
Constant Field Values

MINOR_VERSION

public static final int MINOR_VERSION
The minor version number for this SLAMD build.

See Also:
Constant Field Values

POINT_VERSION

public static final int POINT_VERSION
The point version number for this SLAMD build.

See Also:
Constant Field Values

VERSION_QUALIFIER

public static final java.lang.String VERSION_QUALIFIER
The version qualifier string for this SLAMD build.

See Also:
Constant Field Values
Constructor Detail

DynamicConstants

public DynamicConstants()