com.esri.arcgis.geodatabase
Interface esriRelKeyRole

All Superinterfaces:
java.io.Serializable

public interface esriRelKeyRole
extends java.io.Serializable

Constants from esriRelKeyRole' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Key role in the multi-set Relationship Class' 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 int esriRelKeyRoleDestinationForeign
          Destination Foreign Key.
static int esriRelKeyRoleDestinationPrimary
          Destination Primary Key.
static int esriRelKeyRoleOriginForeign
          Origin Foreign Key.
static int esriRelKeyRoleOriginPrimary
          Origin Primary Key.
 

Field Detail

esriRelKeyRoleOriginPrimary

static final int esriRelKeyRoleOriginPrimary
Origin Primary Key.

See Also:
Constant Field Values

esriRelKeyRoleDestinationPrimary

static final int esriRelKeyRoleDestinationPrimary
Destination Primary Key.

See Also:
Constant Field Values

esriRelKeyRoleOriginForeign

static final int esriRelKeyRoleOriginForeign
Origin Foreign Key.

See Also:
Constant Field Values

esriRelKeyRoleDestinationForeign

static final int esriRelKeyRoleDestinationForeign
Destination Foreign Key.

See Also:
Constant Field Values