public interface IMemoryRelationshipClassName
extends java.io.Serializable
Description: 'Provides access to members that define a memory relationship class name.' 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 |
IID91dbc553_eb2d_11d3_9f84_00c04f6bc886 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBackwardPathLabel()
The back label of the relationship.
|
IName |
getDestinationName()
The name object of the destination class of the memory relationship.
|
java.lang.String |
getForwardPathLabel()
The forward label of the relationship.
|
java.lang.String |
getOriginForeignKey()
Origin foreign key field name.
|
IName |
getOriginName()
The name object for the origin table of the memory relationship.
|
java.lang.String |
getOriginPrimaryKey()
Origin primary key field name.
|
void |
setBackwardPathLabel(java.lang.String backLabel)
The back label of the relationship.
|
void |
setDestinationNameByRef(IName destinationName)
The name object of the destination class of the memory relationship.
|
void |
setForwardPathLabel(java.lang.String forwardLabel)
The forward label of the relationship.
|
void |
setOriginForeignKey(java.lang.String originPrimaryKey)
Origin foreign key field name.
|
void |
setOriginNameByRef(IName originName)
The name object for the origin table of the memory relationship.
|
void |
setOriginPrimaryKey(java.lang.String originPrimaryKey)
Origin primary key field name.
|
static final int IID91dbc553_eb2d_11d3_9f84_00c04f6bc886
static final int xxDummy
static final java.lang.String IID
IName getOriginName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOriginNameByRef(IName originName) throws java.io.IOException, AutomationException
originName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IName getDestinationName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDestinationNameByRef(IName destinationName) throws java.io.IOException, AutomationException
destinationName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getForwardPathLabel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setForwardPathLabel(java.lang.String forwardLabel) throws java.io.IOException, AutomationException
forwardLabel
- The forwardLabel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getBackwardPathLabel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBackwardPathLabel(java.lang.String backLabel) throws java.io.IOException, AutomationException
backLabel
- The backLabel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getOriginPrimaryKey() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOriginPrimaryKey(java.lang.String originPrimaryKey) throws java.io.IOException, AutomationException
originPrimaryKey
- The originPrimaryKey (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getOriginForeignKey() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOriginForeignKey(java.lang.String originPrimaryKey) throws java.io.IOException, AutomationException
originPrimaryKey
- The originPrimaryKey (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.