|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface License
An object implementing this interface represents a license of an Accpac
application and should be obtained from the Licenses
collection.
The License
object reflects the state of the license when the
collection was created by calling the program's getLicenses()
method. If the license is changed, the change will not be
reflected in this object, and the program's getLicenses()
method must be called again.
Licenses
Method Summary | |
---|---|
java.lang.String |
getAppID()
Get the application ID of the License , in upper case letters. |
java.lang.String |
getAppVersion()
Get the application version of the LicenseImpl , in digits and
upper case letters. |
int |
getDatabaseType()
Get the database type of the License . |
int |
getEdition()
Get the product edition of the License . |
int |
getLicenseType()
Get the license type of the License . |
Method Detail |
---|
java.lang.String getAppID()
License
, in upper case letters.
License
java.lang.String getAppVersion()
LicenseImpl
, in digits and
upper case letters.
License
int getEdition()
License
.
License
int getDatabaseType()
License
.
License
int getLicenseType()
License
.
License
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |