|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRelationshipRule
Provides access to members that supply information about, modify and manage relationship rules.
Method Summary | |
---|---|
int |
getDestinationClassID()
The ID of the destination ObjectClass. |
int |
getDestinationMaximumCardinality()
The maximum cardinality value of the destination ObjectClass. |
int |
getDestinationMinimumCardinality()
The minimum cardinality value of the destination ObjectClass. |
int |
getDestinationSubtypeCode()
The subtype value of the destination ObjectClass. |
int |
getOriginClassID()
The ID of the origin ObjectClass. |
int |
getOriginMaximumCardinality()
The maximum cardinality value of the origin ObjectClass. |
int |
getOriginMinimumCardinality()
The minimum cardinality value of the origin ObjectClass. |
int |
getOriginSubtypeCode()
The subtype value of the origin ObjectClass. |
void |
setDestinationClassID(int classID)
The ID of the destination ObjectClass. |
void |
setDestinationMaximumCardinality(int value)
The maximum cardinality value of the destination ObjectClass. |
void |
setDestinationMinimumCardinality(int value)
The minimum cardinality value of the destination ObjectClass. |
void |
setDestinationSubtypeCode(int value)
The subtype value of the destination ObjectClass. |
void |
setOriginClassID(int classID)
The ID of the origin ObjectClass. |
void |
setOriginMaximumCardinality(int value)
The maximum cardinality value of the origin ObjectClass. |
void |
setOriginMinimumCardinality(int value)
The minimum cardinality value of the origin ObjectClass. |
void |
setOriginSubtypeCode(int value)
The subtype value of the origin ObjectClass. |
Methods inherited from interface com.esri.arcgis.geodatabase.IRule |
---|
getCategory, getHelpstring, getID, getType, setCategory, setHelpstring, setID |
Method Detail |
---|
int getDestinationClassID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDestinationClassID(int classID) throws IOException, AutomationException
classID
- The classID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDestinationSubtypeCode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDestinationSubtypeCode(int value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDestinationMinimumCardinality() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDestinationMinimumCardinality(int value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDestinationMaximumCardinality() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDestinationMaximumCardinality(int value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getOriginClassID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOriginClassID(int classID) throws IOException, AutomationException
classID
- The classID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getOriginSubtypeCode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOriginSubtypeCode(int value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getOriginMinimumCardinality() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOriginMinimumCardinality(int value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getOriginMaximumCardinality() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOriginMaximumCardinality(int value) throws IOException, AutomationException
value
- The value (in)
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 |