public class SoLicensedProduct extends Inventor
SoLicensedProduct
manages a licensed product. This class allow to have access to every product versions and licenses.Modifier and Type | Class and Description |
---|---|
static class |
SoLicensedProduct.SbLicenseInfo |
static class |
SoLicensedProduct.SbLicenseTypes |
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
static int |
RT
Deprecated.
Use
SoLicensedProduct.SbLicenseTypes.RT instead. |
static int |
SDK
Deprecated.
Use
SoLicensedProduct.SbLicenseTypes.SDK instead. |
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoLicensedProduct()
Default constructor.
|
SoLicensedProduct(SoLicensedProduct copyFrom) |
Modifier and Type | Method and Description |
---|---|
int |
getDaysToExpire(java.lang.String version)
Gets number of days before expiration for the given product version.
|
SoLicensedProduct.SbLicenseInfo |
getLicense(java.lang.String version)
Gets the license of the licensed product for the given version with the longest period of validity.
|
SoLicensedProduct.SbLicenseTypes |
getLicenseType()
Gets the product type (RunTime or SDK).
|
boolean |
isMasterPassword()
Returns true if the product has a master password license.
|
boolean |
isTrialProduct()
Returns true if the product is a trial one, false otherwise.
|
void |
setValue(SoLicensedProduct copyFrom) |
static SoLicensedProduct[] |
toArray(long nativeArray,
long length) |
dispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
@Deprecated public static final int SDK
SoLicensedProduct.SbLicenseTypes.SDK
instead.@Deprecated public static final int RT
SoLicensedProduct.SbLicenseTypes.RT
instead.public SoLicensedProduct(SoLicensedProduct copyFrom)
public SoLicensedProduct()
public SoLicensedProduct.SbLicenseInfo getLicense(java.lang.String version)
public SoLicensedProduct.SbLicenseTypes getLicenseType()
public static SoLicensedProduct[] toArray(long nativeArray, long length)
public void setValue(SoLicensedProduct copyFrom)
public boolean isTrialProduct()
public boolean isMasterPassword()
public int getDaysToExpire(java.lang.String version)
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com