com.novell.xsl
Interface Version


public interface Version

An interface containing version information for this software.


Field Summary
static int BUILD
          The build number (monotonically increasing for a given minor version).
static int MAJOR
          The major version number.
static int MINOR
          The minor version number.
static String NAME
          The name of the software.
static String STRING
          The version string.
 

Field Detail

NAME

public static final String NAME
The name of the software.

See Also:
Constant Field Values

STRING

public static final String STRING
The version string.

See Also:
Constant Field Values

MAJOR

public static final int MAJOR
The major version number.

See Also:
Constant Field Values

MINOR

public static final int MINOR
The minor version number.

See Also:
Constant Field Values

BUILD

public static final int BUILD
The build number (monotonically increasing for a given minor version).

See Also:
Constant Field Values