Package | Description |
---|---|
org.artificer.common.query.xpath.ast |
Modifier and Type | Method and Description |
---|---|
EqualityExpr.Operator |
EqualityExpr.getOperator() |
static EqualityExpr.Operator |
EqualityExpr.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EqualityExpr.Operator |
EqualityExpr.Operator.valueOfSymbol(String symbol)
Looks up the proper
EqualityExpr.Operator from a symbol. |
static EqualityExpr.Operator[] |
EqualityExpr.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EqualityExpr.setOperator(EqualityExpr.Operator operator) |
Copyright © 2011–2015 JBoss, a division of Red Hat. All rights reserved.