Values
|
NONE
|
- Description
- no condition is specified.
|
EQUAL
|
- Description
- value has to be equal to the specified value.
|
NOT_EQUAL
|
- Description
- the value must not be equal to the specified value.
|
GREATER
|
- Description
- the value has to be greater than the specified value.
|
GREATER_EQUAL
|
- Description
- the value has to be greater than or equal to the specified value.
|
LESS
|
- Description
- the value has to be less than the specified value.
|
LESS_EQUAL
|
- Description
- the value has to be less than or equal to the specified value.
|
BETWEEN
|
- Description
- the value has to be between the two specified values.
|
NOT_BETWEEN
|
- Description
- the value has to be outside of the two specified values.
|
FORMULA
|
- Description
- the specified formula has to give a non-zero result.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.