com.esri.arcgis.geodatabase
Interface IGPRelationshipClassKey

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPRelationshipClassKey, IGPRelationshipClassKeyProxy

public interface IGPRelationshipClassKey
extends java.io.Serializable

COM Interface 'IGPRelationshipClassKey'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to methods that describe a key of a relationship class data element.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID7c2c531e_4882_40f5_bace_323ef546d33c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getClassKeyName()
          The name of the field that contains object class identifiers.
 int getKeyRole()
          The role of the key in the relationship class.
 java.lang.String getObjectKeyName()
          The name of the field that contains object identifiers.
 void setClassKeyName(java.lang.String name)
          The name of the field that contains object class identifiers.
 void setKeyRole(int role)
          The role of the key in the relationship class.
 void setObjectKeyName(java.lang.String name)
          The name of the field that contains object identifiers.
 

Field Detail

IID7c2c531e_4882_40f5_bace_323ef546d33c

static final int IID7c2c531e_4882_40f5_bace_323ef546d33c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setKeyRole

void setKeyRole(int role)
                throws java.io.IOException,
                       AutomationException
The role of the key in the relationship class.

Parameters:
role - A com.esri.arcgis.geodatabase.esriRelKeyRole constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getKeyRole

int getKeyRole()
               throws java.io.IOException,
                      AutomationException
The role of the key in the relationship class.

Returns:
A com.esri.arcgis.geodatabase.esriRelKeyRole constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setObjectKeyName

void setObjectKeyName(java.lang.String name)
                      throws java.io.IOException,
                             AutomationException
The name of the field that contains object identifiers.

Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getObjectKeyName

java.lang.String getObjectKeyName()
                                  throws java.io.IOException,
                                         AutomationException
The name of the field that contains object identifiers.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClassKeyName

void setClassKeyName(java.lang.String name)
                     throws java.io.IOException,
                            AutomationException
The name of the field that contains object class identifiers.

Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClassKeyName

java.lang.String getClassKeyName()
                                 throws java.io.IOException,
                                        AutomationException
The name of the field that contains object class identifiers.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.