[Index]
comparison
Provides a Predicate from simple checks.
Property Summary
| eq |
The value must be equal to this. |
| ge |
The value must be greater than or equal to this. |
| gt |
The value must be greater than this. |
| le |
The value must be less than or equals to this. |
| lt |
The value must be less than this. |
| name |
The name of this job. |
| ne |
The value must be not equal to this. |
| null |
Must the value be null for the check to pass. |
| z |
The value to check. |
Property Detail
eq
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
The value must be equal to this.
ge
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
The value must be greater than or equal to this.
gt
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
The value must be greater than this.
le
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
The value must be less than or equals to this.
lt
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
The value must be less than this.
name
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
The name of this job. Can be any text.
ne
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
The value must be not equal to this.
null
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No, if this does exist the check value null will fail. |
Must the value be null for the check to pass.
True the value must be null. False it must not be null. If this
property is true other checks will cause an exception because they
require the value property has a value.
z
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No, but the check value is not null will fail. |
The value to check.
(c) R Gordon Ltd 2005 - Present