com.esri.arcgis.geodatabase
Interface esriRelNotification

All Superinterfaces:
java.io.Serializable

public interface esriRelNotification
extends java.io.Serializable

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

Description: 'Relationship Notification Direction.' 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 esriRelNotificationBackward
          Backward - messages are sent only from destination objects to source objects.
static int esriRelNotificationBoth
          Both - messages are sent in both directions.
static int esriRelNotificationForward
          Forward - messages are sent only from origin objects to destination objects.
static int esriRelNotificationNone
          None - no messages are sent.
 

Field Detail

esriRelNotificationNone

static final int esriRelNotificationNone
None - no messages are sent.

See Also:
Constant Field Values

esriRelNotificationForward

static final int esriRelNotificationForward
Forward - messages are sent only from origin objects to destination objects.

See Also:
Constant Field Values

esriRelNotificationBackward

static final int esriRelNotificationBackward
Backward - messages are sent only from destination objects to source objects.

See Also:
Constant Field Values

esriRelNotificationBoth

static final int esriRelNotificationBoth
Both - messages are sent in both directions.

See Also:
Constant Field Values