|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriFindFieldOperator
Operators for testing the contents of a metadata element.
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 |
---|
static final int esriFindFieldOperatorIncludes
static final int esriFindFieldOperatorEquals
static final int esriFindFieldOperatorExists
static final int esriFindFieldOperatorEqualTo
static final int esriFindFieldOperatorGreaterThan
static final int esriFindFieldOperatorGreaterThanOrEqualTo
static final int esriFindFieldOperatorLessThan
static final int esriFindFieldOperatorLessThanOrEqualTo
static final int esriFindFieldOperatorNotEqualTo
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |