public final class IntComparisonField extends ComparisonField
Represents the integer search field.
FieldName, owner
Modifier and Type | Method and Description |
---|---|
MailQuery |
equals(int value)
Indicates that field must be
equal to the specified value.
|
MailQuery |
greater(int value)
Indicates that field must be
greater than the specified value.
|
MailQuery |
greaterOrEqual(int value)
Indicates that field must be
greater or equal to the specified value.
|
int |
hashCode()
hashCode.
|
MailQuery |
less(int value)
Indicates that field must be
less than the specified value.
|
MailQuery |
lessOrEqual(int value)
Indicates that field must be
less or equal to the specified value.
|
MailQuery |
notEquals(int value)
Indicates that field must not be
equal to the specified value.
|
createKey
public MailQuery equals(int value)
Indicates that field must be equal to the specified value.
value
- The value.MailQuery
that represents search query
(one searching criterion).public MailQuery notEquals(int value)
Indicates that field must not be equal to the specified value.
value
- The value.MailQuery
that represents search query
(one searching criterion).public MailQuery less(int value)
Indicates that field must be less than the specified value.
value
- The value.MailQuery
that represents search query
(one searching criterion).public MailQuery greater(int value)
Indicates that field must be greater than the specified value.
value
- The value.MailQuery
that represents search query
(one searching criterion).public MailQuery lessOrEqual(int value)
Indicates that field must be less or equal to the specified value.
value
- The value.MailQuery
that represents search query
(one searching criterion).public MailQuery greaterOrEqual(int value)
Indicates that field must be greater or equal to the specified value.
value
- The value.MailQuery
that represents search query
(one searching criterion).Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.