ilog.views.util
Class IlvFrameworkProduct

java.lang.Object
  extended by ilog.views.util.IlvFrameworkProduct

public final class IlvFrameworkProduct
extends Object

This class contains several utility methods dealing with product packaging of the ILOG JViews Graphics Framework bundle.

Since:
JViews 6.0

Method Summary
static long getBuildNumber()
          Returns the ILOG JViews Graphics Framework build number.
static long GetBuildNumber()
          Deprecated. Please use method getBuildNumber() instead.
static int getMinorVersion()
          Returns the ILOG JViews Graphics Framework minor version number, that is, 1.
static int GetMinorVersion()
          Deprecated. Please use method getMinorVersion() instead.
static int getPatchLevel()
          Returns the ILOG JViews Graphics Framework patch level number.
static int GetPatchLevel()
          Deprecated. Please use method getPatchLevel() instead.
static int getReleaseDate()
          Returns the date of the ILOG JViews Graphics Framework release.
static int GetReleaseDate()
          Deprecated. Please use method getReleaseDate() instead.
static int getSubMinorVersion()
          Returns the ILOG JViews Graphics Framework subminor version number.
static int GetSubMinorVersion()
          Deprecated. Please use method getSubMinorVersion() instead.
static int getVersion()
          Returns the ILOG JViews Graphics Framework version number, that is, 8.
static int GetVersion()
          Deprecated. Please use method getVersion() instead.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVersion

public static final int getVersion()
Returns the ILOG JViews Graphics Framework version number, that is, 8.

Since:
JViews 8.0

GetVersion

public static final int GetVersion()
Deprecated. Please use method getVersion() instead.

Returns the ILOG JViews Graphics Framework version number, that is, 8.

Since:
JViews 6.0
Deprecated Since:
JViews 8.0

getMinorVersion

public static final int getMinorVersion()
Returns the ILOG JViews Graphics Framework minor version number, that is, 1.

Since:
JViews 8.0

GetMinorVersion

public static final int GetMinorVersion()
Deprecated. Please use method getMinorVersion() instead.

Returns the ILOG JViews Graphics Framework minor version number, that is, 1.

Since:
JViews 6.0
Deprecated Since:
JViews 8.0

getSubMinorVersion

public static final int getSubMinorVersion()
Returns the ILOG JViews Graphics Framework subminor version number. For instance, with ILOG JViews 5.5 the method returns 0.

Since:
JViews 8.0

GetSubMinorVersion

public static final int GetSubMinorVersion()
Deprecated. Please use method getSubMinorVersion() instead.

Returns the ILOG JViews Graphics Framework subminor version number. For instance, with ILOG JViews 5.5 the method returns 0.

Since:
JViews 6.0
Deprecated Since:
JViews 8.0

getPatchLevel

public static final int getPatchLevel()
Returns the ILOG JViews Graphics Framework patch level number. If the version does not includes patches, the method returns 0.

Since:
JViews 8.0

GetPatchLevel

public static final int GetPatchLevel()
Deprecated. Please use method getPatchLevel() instead.

Returns the ILOG JViews Graphics Framework patch level number. If the version does not includes patches, the method returns 0.

Since:
JViews 6.0
Deprecated Since:
JViews 8.0

getBuildNumber

public static final long getBuildNumber()
Returns the ILOG JViews Graphics Framework build number. It is an integer which increases from one patch to the next.

Since:
JViews 8.0

GetBuildNumber

public static final long GetBuildNumber()
Deprecated. Please use method getBuildNumber() instead.

Returns the ILOG JViews Graphics Framework build number. It is an integer which increases from one patch to the next.

Since:
JViews 6.0
Deprecated Since:
JViews 8.0

getReleaseDate

public static final int getReleaseDate()
Returns the date of the ILOG JViews Graphics Framework release.

Returns:
an integer with the decimal representation YYYYMMDD
Since:
JViews 8.0

GetReleaseDate

public static final int GetReleaseDate()
Deprecated. Please use method getReleaseDate() instead.

Returns the date of the ILOG JViews Graphics Framework release.

Returns:
an integer with the decimal representation YYYYMMDD
Since:
JViews 6.0
Deprecated Since:
JViews 8.0


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.