Modifier and Type | Field and Description |
---|---|
protected COMPARISON |
Filter.comparison |
Modifier and Type | Method and Description |
---|---|
static COMPARISON |
COMPARISON.fromValue(String v) |
COMPARISON |
Filter.getComparison()
Gets the value of the comparison property.
|
static COMPARISON |
COMPARISON.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static COMPARISON[] |
COMPARISON.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Filter.setComparison(COMPARISON value)
Sets the value of the comparison property.
|
Filter |
Filter.withComparison(COMPARISON value) |
Copyright © 2004–2021 XWiki. All rights reserved.