public enum RelNotification extends Enum<RelNotification>
| Enum Constant and Description |
|---|
esriRelNotificationBackward
Backward - messages are sent only from destination objects to source
objects
|
esriRelNotificationBoth
Both - messages are sent in both directions
|
esriRelNotificationForward
Forward - messages are sent only from origin objects to destination objects
|
esriRelNotificationNone
None - no messages are sent
|
| Modifier and Type | Method and Description |
|---|---|
static RelNotification |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelNotification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelNotification esriRelNotificationNone
public static final RelNotification esriRelNotificationForward
public static final RelNotification esriRelNotificationBackward
public static final RelNotification esriRelNotificationBoth
public static RelNotification[] values()
for (RelNotification c : RelNotification.values()) System.out.println(c);
public static RelNotification valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015 Revolution Systems Inc.. All rights reserved.