com.esri.arcgis.geoprocessing
Interface esriMdConnectionType

All Superinterfaces:
Serializable

public interface esriMdConnectionType
extends Serializable

The type of connection/relationship between two model elements.

Product Availability

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

Supported Platforms

Windows


Field Summary
static int esriMdConnectionTypeAny
          Any type of connection between model elements.
static int esriMdConnectionTypeEnvironment
          One model element is used as an environment value of another model element.
static int esriMdConnectionTypeFeedback
          One model element is a feedback of another model element.
static int esriMdConnectionTypeParameter
          One model element is a parameter of another model element.
static int esriMdConnectionTypePrecondition
          One model element is a precondition of another model element.
 

Field Detail

esriMdConnectionTypeAny

static final int esriMdConnectionTypeAny
Any type of connection between model elements.

See Also:
Constant Field Values

esriMdConnectionTypeParameter

static final int esriMdConnectionTypeParameter
One model element is a parameter of another model element.

See Also:
Constant Field Values

esriMdConnectionTypeEnvironment

static final int esriMdConnectionTypeEnvironment
One model element is used as an environment value of another model element.

See Also:
Constant Field Values

esriMdConnectionTypePrecondition

static final int esriMdConnectionTypePrecondition
One model element is a precondition of another model element.

See Also:
Constant Field Values

esriMdConnectionTypeFeedback

static final int esriMdConnectionTypeFeedback
One model element is a feedback of another model element.

See Also:
Constant Field Values