public interface esriRelNotification
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
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.
|
static final int esriRelNotificationNone
static final int esriRelNotificationForward
static final int esriRelNotificationBackward
static final int esriRelNotificationBoth