|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicConnection
COM Interface 'ISchematicConnection'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'
Description: 'Provides access to members that manage the schematic connection.' 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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID22fda053_5eba_4c54_ae60_9c6de836ea8d
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.String |
getCLSID()
The CLSID of the schematic connection. |
java.lang.String |
getDescription()
The description of the schematic connection. |
java.lang.String |
getInitString()
String used to initialize the schematic connection. |
java.lang.Object |
getObject()
Encapsulated object of the schematic connection. |
int |
getState()
The schematic connection state of the schematic connection. |
void |
open()
Opens the schematic connection. |
void |
setInitString(java.lang.String initString)
String used to initialize the schematic connection. |
void |
setObjectByRef(java.lang.Object object)
Encapsulated object of the schematic connection. |
Field Detail |
---|
static final int IID22fda053_5eba_4c54_ae60_9c6de836ea8d
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.Object getObject() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setObjectByRef(java.lang.Object object) throws java.io.IOException, AutomationException
object
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getInitString() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInitString(java.lang.String initString) throws java.io.IOException, AutomationException
initString
- The initString (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void open() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getCLSID() 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |