|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cisco.jtapi.extensions.CiscoJtapiVersion
public class CiscoJtapiVersion
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 |
---|
public CiscoJtapiVersion()
Method Detail |
---|
public int getMajorVersion()
public int getMinorVersion()
public int getRevisionNumber()
public int getBuildNumber()
public int getExtendedBuildNumber()
public java.lang.String getBuildDescription()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getVersion()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |