Package | Description |
---|---|
org.xwiki.eventstream.query |
Modifier and Type | Method and Description |
---|---|
CompareQueryCondition.CompareType |
CompareQueryCondition.getType() |
static CompareQueryCondition.CompareType |
CompareQueryCondition.CompareType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompareQueryCondition.CompareType[] |
CompareQueryCondition.CompareType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CompareQueryCondition(String property,
Object value,
CompareQueryCondition.CompareType type) |
CompareQueryCondition(String property,
Object value,
CompareQueryCondition.CompareType type,
boolean reversed) |
Copyright © 2004–2021 XWiki. All rights reserved.