Modifier and Type | Method and Description |
---|---|
static ContainsOperator |
ContainsOperator.fromString(String s) |
ContainsOperator |
ArrayContainsExpression.getOp()
Contains operator
|
static ContainsOperator |
ContainsOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainsOperator[] |
ContainsOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ArrayContainsExpression(Path array,
ContainsOperator op,
List<Value> values)
Ctor with the given values
|
Copyright © 2014. All rights reserved.