com.cisco.jtapi.extensions
Class CiscoJtapiVersion

java.lang.Object
  extended by com.cisco.jtapi.extensions.CiscoJtapiVersion

public class CiscoJtapiVersion
extends java.lang.Object

This class gives the version information of the installed Cisco JTAPI . Programs can get the version number using the accessor methods. Cisco Jtapi Version is in a.b(x.y) format where a indicates the major version b indicates the minor version x indicates the revision number y indicates the build number


Constructor Summary
CiscoJtapiVersion()
           
 
Method Summary
 java.lang.String getBuildDescription()
          Returns 'release' if it is a release version or debug if it is not a release version
 int getBuildNumber()
          This returns the build number of the vesion
 int getExtendedBuildNumber()
          This returns the extended build number of the version
 int getMajorVersion()
          This method returns the major version number
 int getMinorVersion()
          This method returns the minor version number
 int getRevisionNumber()
          This method returns the revision number of the version
 java.lang.String getVersion()
          returns the version information in a.b(x.y)-z format without name
 java.lang.String toString()
          returns the version information in a.b(x.y)-z format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CiscoJtapiVersion

public CiscoJtapiVersion()
Method Detail

getMajorVersion

public int getMajorVersion()
This method returns the major version number


getMinorVersion

public int getMinorVersion()
This method returns the minor version number


getRevisionNumber

public int getRevisionNumber()
This method returns the revision number of the version


getBuildNumber

public int getBuildNumber()
This returns the build number of the vesion


getExtendedBuildNumber

public int getExtendedBuildNumber()
This returns the extended build number of the version


getBuildDescription

public java.lang.String getBuildDescription()
Returns 'release' if it is a release version or debug if it is not a release version


toString

public java.lang.String toString()
returns the version information in a.b(x.y)-z format

Overrides:
toString in class java.lang.Object

getVersion

public java.lang.String getVersion()
returns the version information in a.b(x.y)-z format without name