|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.util.IlvFrameworkProduct
public final class IlvFrameworkProduct
This class contains several utility methods dealing with product packaging of the ILOG JViews Graphics Framework bundle.
| 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 |
|---|
public static final int getVersion()
public static final int GetVersion()
getVersion() instead.
public static final int getMinorVersion()
public static final int GetMinorVersion()
getMinorVersion() instead.
public static final int getSubMinorVersion()
public static final int GetSubMinorVersion()
getSubMinorVersion() instead.
public static final int getPatchLevel()
public static final int GetPatchLevel()
getPatchLevel() instead.
public static final long getBuildNumber()
public static final long GetBuildNumber()
getBuildNumber() instead.
public static final int getReleaseDate()
public static final int GetReleaseDate()
getReleaseDate() instead.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||