public interface IRelationshipRule extends IRule, java.io.Serializable
Description: 'Provides access to members that supply information about, modify and manage relationship rules.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDeb3b2f82_7e5c_11d2_aab5_00c04fa37b82 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID236f4de4_4761_11d2_9932_0000f80372b4
Modifier and Type | Method and Description |
---|---|
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.
|
getCategory, getHelpstring, getID, getType, setCategory, setHelpstring, setID
static final int IIDeb3b2f82_7e5c_11d2_aab5_00c04fa37b82
static final int xxDummy
static final java.lang.String IID
int getDestinationClassID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDestinationClassID(int classID) throws java.io.IOException, AutomationException
classID
- The classID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDestinationSubtypeCode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDestinationSubtypeCode(int value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDestinationMinimumCardinality() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDestinationMinimumCardinality(int value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDestinationMaximumCardinality() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDestinationMaximumCardinality(int value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getOriginClassID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOriginClassID(int classID) throws java.io.IOException, AutomationException
classID
- The classID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getOriginSubtypeCode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOriginSubtypeCode(int value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getOriginMinimumCardinality() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOriginMinimumCardinality(int value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getOriginMaximumCardinality() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOriginMaximumCardinality(int value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.