|
|||||||||
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.geodatabase.IRelationshipClassInfoProxy
public class IRelationshipClassInfoProxy
Provides access to members that return relationship class settings for the replica.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IRelationshipClassInfoProxy()
|
|
IRelationshipClassInfoProxy(Object obj)
|
protected |
IRelationshipClassInfoProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
IRelationshipClassName |
getRelationshipClassName()
The relationship classes to replicate. |
int |
getRelExtractDirection()
Indicates the direction of the relationship class to checkout. |
int |
getTargetID()
Indicates if the targetID of the child replica. |
boolean |
isExcluded()
Indicates if the relationship class to be excluded from the replica description. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setExcluded(boolean relExcluded)
Indicates if the relationship class to be excluded from the replica description. |
void |
setRelExtractDirection(int relExtractDirection)
Indicates the direction of the relationship class to checkout. |
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 IRelationshipClassInfoProxy()
public IRelationshipClassInfoProxy(Object obj) throws IOException
IOException
protected IRelationshipClassInfoProxy(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 IRelationshipClassName getRelationshipClassName() throws IOException, AutomationException
getRelationshipClassName
in interface IRelationshipClassInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRelExtractDirection(int relExtractDirection) throws IOException, AutomationException
setRelExtractDirection
in interface IRelationshipClassInfo
relExtractDirection
- A com.esri.arcgis.geodatabase.esriRelExtractDirection constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRelExtractDirection() throws IOException, AutomationException
getRelExtractDirection
in interface IRelationshipClassInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExcluded(boolean relExcluded) throws IOException, AutomationException
setExcluded
in interface IRelationshipClassInfo
relExcluded
- The relExcluded (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isExcluded() throws IOException, AutomationException
isExcluded
in interface IRelationshipClassInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTargetID() throws IOException, AutomationException
getTargetID
in interface IRelationshipClassInfo
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 |