com.ibm.as400.access
Interface Copyright


public interface Copyright

The Copyright interface is used to hold the copyright string and the version information for the IBM Toolbox for Java.


Field Summary
Modifier and Type Field and Description
static String copyright
          Deprecated. This field is reserved for use within the Toolbox product.
static String DRIVER_LEVEL
           
static int MAJOR_VERSION
           
static int MINOR_VERSION
           
static String version
           
 

Field Detail

copyright

static final String copyright
Deprecated. This field is reserved for use within the Toolbox product.
See Also:
Constant Field Values

version

static final String version
See Also:
Constant Field Values

MAJOR_VERSION

static final int MAJOR_VERSION
See Also:
Constant Field Values

MINOR_VERSION

static final int MINOR_VERSION
See Also:
Constant Field Values

DRIVER_LEVEL

static final String DRIVER_LEVEL
See Also:
Constant Field Values