Package | Description |
---|---|
org.apache.ambari.server.api.predicate.operators |
Modifier and Type | Method and Description |
---|---|
Operator.TYPE |
Operator.getType()
Get the operator type.
|
Operator.TYPE |
InOperator.getType() |
Operator.TYPE |
AndOperator.getType() |
Operator.TYPE |
NotEqualsOperator.getType() |
Operator.TYPE |
GreaterEqualsOperator.getType() |
Operator.TYPE |
NotOperator.getType() |
Operator.TYPE |
LessOperator.getType() |
Operator.TYPE |
EqualsOperator.getType() |
Operator.TYPE |
LessEqualsOperator.getType() |
Operator.TYPE |
OrOperator.getType() |
Operator.TYPE |
IsEmptyOperator.getType() |
Operator.TYPE |
GreaterOperator.getType() |
static Operator.TYPE |
Operator.TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator.TYPE[] |
Operator.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All rights reserved.