|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRelationshipClassInfo
Provides access to members that return relationship class settings for the replica.
Method Summary | |
---|---|
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 |
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. |
Method Detail |
---|
IRelationshipClassName getRelationshipClassName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRelExtractDirection(int relExtractDirection) throws IOException, AutomationException
relExtractDirection
- A com.esri.arcgis.geodatabase.esriRelExtractDirection constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRelExtractDirection() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExcluded(boolean relExcluded) throws IOException, AutomationException
relExcluded
- The relExcluded (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isExcluded() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTargetID() throws IOException, AutomationException
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 |