Package | Description |
---|---|
org.komodo.spi.query |
Modifier and Type | Method and Description |
---|---|
static CriteriaOperator.Operator |
CriteriaOperator.Operator.findOperator(int index) |
static CriteriaOperator.Operator |
CriteriaOperator.Operator.findOperator(String name) |
static CriteriaOperator.Operator |
CriteriaOperator.Operator.getOperator(MetadataVersion version,
String symbol) |
static CriteriaOperator.Operator |
CriteriaOperator.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CriteriaOperator.Operator[] |
CriteriaOperator.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CriteriaOperator.Operator.isGreaterThan(CriteriaOperator.Operator other) |
boolean |
CriteriaOperator.Operator.isLessThan(CriteriaOperator.Operator other) |
Copyright © 2013–2019. All rights reserved.