com.esri.arcgis.catalog
Interface esriFindFieldOperator

All Superinterfaces:
Serializable

public interface esriFindFieldOperator
extends Serializable

Operators for testing the contents of a metadata element.

Product Availability

Available with ArcGIS Desktop.


Field Summary
static int esriFindFieldOperatorEquals
          Element equals the given text.
static int esriFindFieldOperatorEqualTo
          Element is equal to the given value.
static int esriFindFieldOperatorExists
          Element exists in the metadata document.
static int esriFindFieldOperatorGreaterThan
          Element is greater than the given value.
static int esriFindFieldOperatorGreaterThanOrEqualTo
          Element is greater than or equal to the given value.
static int esriFindFieldOperatorIncludes
          Element includes the given text.
static int esriFindFieldOperatorLessThan
          Element is less than the given value.
static int esriFindFieldOperatorLessThanOrEqualTo
          Element is less than or equal to the given value.
static int esriFindFieldOperatorNotEqualTo
          Element is not equal to the given value.
 

Field Detail

esriFindFieldOperatorIncludes

static final int esriFindFieldOperatorIncludes
Element includes the given text.

See Also:
Constant Field Values

esriFindFieldOperatorEquals

static final int esriFindFieldOperatorEquals
Element equals the given text.

See Also:
Constant Field Values

esriFindFieldOperatorExists

static final int esriFindFieldOperatorExists
Element exists in the metadata document.

See Also:
Constant Field Values

esriFindFieldOperatorEqualTo

static final int esriFindFieldOperatorEqualTo
Element is equal to the given value.

See Also:
Constant Field Values

esriFindFieldOperatorGreaterThan

static final int esriFindFieldOperatorGreaterThan
Element is greater than the given value.

See Also:
Constant Field Values

esriFindFieldOperatorGreaterThanOrEqualTo

static final int esriFindFieldOperatorGreaterThanOrEqualTo
Element is greater than or equal to the given value.

See Also:
Constant Field Values

esriFindFieldOperatorLessThan

static final int esriFindFieldOperatorLessThan
Element is less than the given value.

See Also:
Constant Field Values

esriFindFieldOperatorLessThanOrEqualTo

static final int esriFindFieldOperatorLessThanOrEqualTo
Element is less than or equal to the given value.

See Also:
Constant Field Values

esriFindFieldOperatorNotEqualTo

static final int esriFindFieldOperatorNotEqualTo
Element is not equal to the given value.

See Also:
Constant Field Values