|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.schematic.ISchematicElementAssociationProxy
public class ISchematicElementAssociationProxy
Provides access to members that control the schematic element association.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ISchematicElementAssociationProxy()
|
|
ISchematicElementAssociationProxy(Object obj)
|
protected |
ISchematicElementAssociationProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
alterAssociation(int dataSourceID,
int uCID,
int uOID,
int uSUBID,
String uGUID)
Changes the schematic element association. |
void |
deleteAssociation()
Deletes the schematic element association. |
int |
getDataSourceID()
Data source ID related to the schematic element assocation. |
int |
getElementID()
ID of the schematic element related to the association. |
int |
getID()
ID of the schematic association. |
ISchematicElement |
getSchematicElement()
Schematic element related to the association. |
int |
getUCID()
Class ID related to the schematic element assocation. |
String |
getUGUID()
GUID related to the schematic element assocation. |
int |
getUOID()
Object ID related to the schematic element assocation. |
int |
getUSUBID()
SUBID related to the schematic element assocation. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setDataSourceID(int iD)
Data source ID related to the schematic element assocation. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public ISchematicElementAssociationProxy()
public ISchematicElementAssociationProxy(Object obj) throws IOException
IOException
protected ISchematicElementAssociationProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public ISchematicElement getSchematicElement() throws IOException, AutomationException
getSchematicElement
in interface ISchematicElementAssociation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getID() throws IOException, AutomationException
getID
in interface ISchematicElementAssociation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getElementID() throws IOException, AutomationException
getElementID
in interface ISchematicElementAssociation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDataSourceID() throws IOException, AutomationException
getDataSourceID
in interface ISchematicElementAssociation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDataSourceID(int iD) throws IOException, AutomationException
setDataSourceID
in interface ISchematicElementAssociation
iD
- The iD (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getUCID() throws IOException, AutomationException
getUCID
in interface ISchematicElementAssociation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getUOID() throws IOException, AutomationException
getUOID
in interface ISchematicElementAssociation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getUSUBID() throws IOException, AutomationException
getUSUBID
in interface ISchematicElementAssociation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getUGUID() throws IOException, AutomationException
getUGUID
in interface ISchematicElementAssociation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void alterAssociation(int dataSourceID, int uCID, int uOID, int uSUBID, String uGUID) throws IOException, AutomationException
alterAssociation
in interface ISchematicElementAssociation
dataSourceID
- The dataSourceID (in)uCID
- The uCID (in)uOID
- The uOID (in)uSUBID
- The uSUBID (in)uGUID
- The uGUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteAssociation() throws IOException, AutomationException
deleteAssociation
in interface ISchematicElementAssociation
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 |