public interface ILicenseInformation
extends java.io.Serializable
Description: 'Provides access to retrieve the name for license product code.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDebe6bd5b_2f03_48f0_b68b_6de8c4bdef32 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLicenseExtensionName(int extensionCode)
Retrieve the name license extension code.
|
java.lang.String |
getLicenseProductName(int productCode)
Retrieve the name license product code.
|
ILicenseInfoEnum |
getProductExtensions(int productCode)
Enumerate the extensions supported the product.
|
static final int IIDebe6bd5b_2f03_48f0_b68b_6de8c4bdef32
static final int xxDummy
static final java.lang.String IID
java.lang.String getLicenseProductName(int productCode) throws java.io.IOException, AutomationException
productCode
- A com.esri.arcgis.system.esriLicenseProductCode constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getLicenseExtensionName(int extensionCode) throws java.io.IOException, AutomationException
extensionCode
- A com.esri.arcgis.system.esriLicenseExtensionCode constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILicenseInfoEnum getProductExtensions(int productCode) throws java.io.IOException, AutomationException
productCode
- A com.esri.arcgis.system.esriLicenseProductCode constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.