public interface IExtensionConfig
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID12a4c258_cc9d_4ca7_9f29_79ded88dd45f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Detailed description of the extension.
|
java.lang.String |
getProductName()
Name of the extension.
|
int |
getState()
The state of the extension.
|
void |
setState(int state)
The state of the extension.
|
static final int IID12a4c258_cc9d_4ca7_9f29_79ded88dd45f
static final int xxDummy
static final java.lang.String IID
java.lang.String getProductName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getState() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setState(int state) throws java.io.IOException, AutomationException
state
- A com.esri.arcgis.system.esriExtensionState constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.