com.esri.arcgis.geodatabase
Interface esriRelNotification

All Superinterfaces:
java.io.Serializable

public interface esriRelNotification
extends java.io.Serializable

Relationship Notification Direction.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriRelNotificationBackward
           
static int esriRelNotificationBoth
           
static int esriRelNotificationForward
           
static int esriRelNotificationNone
           
 

Field Detail

esriRelNotificationNone

public static final int esriRelNotificationNone
See Also:
Constant Field Values

esriRelNotificationForward

public static final int esriRelNotificationForward
See Also:
Constant Field Values

esriRelNotificationBackward

public static final int esriRelNotificationBackward
See Also:
Constant Field Values

esriRelNotificationBoth

public static final int esriRelNotificationBoth
See Also:
Constant Field Values