com.metamatrix.core.util
Class MetaMatrixProductVersion

java.lang.Object
  extended by com.metamatrix.core.util.MetaMatrixProductVersion
Direct Known Subclasses:
MetaMatrixProductNames

public class MetaMatrixProductVersion
extends java.lang.Object

Contains constants for code base versioning and license checking such as code base version number and product names.

Since:
4.2

Field Summary
static java.lang.String CONNECTOR_PRODUCT_TYPE_NAME
           
static java.lang.String METAMATRIX_SERVER_TYPE_NAME
           
static java.lang.String MODELER_PRODUCT_TYPE_NAME
           
static java.lang.String PLATFORM_TYPE_NAME
           
static java.lang.String VERSION_NUMBER
          The VERSION_NUMBER indicates the current major.minor version of the product.
 
Constructor Summary
MetaMatrixProductVersion()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION_NUMBER

public static final java.lang.String VERSION_NUMBER
The VERSION_NUMBER indicates the current major.minor version of the product. If the product is in a patch version (i.e., 4.2.1) release, that will not be indicated.


PLATFORM_TYPE_NAME

public static final java.lang.String PLATFORM_TYPE_NAME
See Also:
Constant Field Values

METAMATRIX_SERVER_TYPE_NAME

public static final java.lang.String METAMATRIX_SERVER_TYPE_NAME
See Also:
Constant Field Values

CONNECTOR_PRODUCT_TYPE_NAME

public static final java.lang.String CONNECTOR_PRODUCT_TYPE_NAME
See Also:
Constant Field Values

MODELER_PRODUCT_TYPE_NAME

public static final java.lang.String MODELER_PRODUCT_TYPE_NAME
See Also:
Constant Field Values
Constructor Detail

MetaMatrixProductVersion

public MetaMatrixProductVersion()


Copyright © 2009. All Rights Reserved.