com.esri.arcgis.geodatabase
Interface esriRelKeyType

All Superinterfaces:
java.io.Serializable

public interface esriRelKeyType
extends java.io.Serializable

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

Description: 'Build mode for keys in mult-set Relationship Classes.' 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 esriRelKeyTypeDual
          Key is a couple Class Identifier, Object Identifier.
static int esriRelKeyTypeSingle
          Key is a single value.
 

Field Detail

esriRelKeyTypeSingle

static final int esriRelKeyTypeSingle
Key is a single value.

See Also:
Constant Field Values

esriRelKeyTypeDual

static final int esriRelKeyTypeDual
Key is a couple Class Identifier, Object Identifier.

See Also:
Constant Field Values