|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The ILicenseKey interface provides metrics on the license keys you have purchased
with the product and allows you to add new license keys.
| Method Summary | |
java.util.Date |
getExpiryDate()
Returns the expiry date of the license key. |
java.util.Locale |
getLanguage()
Returns the license key's valid language. |
int |
getLicenseCount()
Returns the number of licenses provided by the license key. |
java.lang.String |
getLicenseKey()
Returns a current license key value. |
int |
getProductLevel()
Returns the product level. |
int |
getProductName()
Returns the product name. |
int |
getProductVersion()
Returns the product version. |
int |
getUserLicenseType()
Returns the type of license key. |
void |
setLicenseKey(java.lang.String newLicenseKey)
Sets the license key value for a new license key. |
| Method Detail |
public java.lang.String getLicenseKey()
Returns a current license key value.
String containing a current license key value.public void setLicenseKey(java.lang.String newLicenseKey)
Sets the license key value for a new license key.
newLicenseKey - A String containing a new license key value.public int getProductName()
Returns the product name.
int specifying the product name.public int getProductLevel()
Returns the product level.
int specifying the product level.public int getProductVersion()
Returns the product version.
int specifying the product version.public int getUserLicenseType()
Returns the type of license key. For example, possible types are Concurrent and Named.
int specifying the type of license key. 0 specifies that the
license type is concurrent, while 1 specifies that it is named.public int getLicenseCount()
Returns the number of licenses provided by the license key.
int specifying the number of licenses provided by the license
key.public java.util.Date getExpiryDate()
Returns the expiry date of the license key.
Date object containing the expiry date of the license key.public java.util.Locale getLanguage()
Returns the license key's valid language.
Locale object specifying the license key's valid language.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||