Uses of Enum Class
org.neo4j.cypherdsl.core.Operator
Packages that use Operator
-
Uses of Operator in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return OperatorModifier and TypeMethodDescriptionStatementCatalog.PropertyFilter.operator()Returns the value of theoperatorrecord component.static OperatorReturns the enum constant of this class with the specified name.static Operator[]Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.neo4j.cypherdsl.core with parameters of type OperatorModifierConstructorDescriptionPropertyFilter(StatementCatalog.Clause clause, Expression left, Operator operator, Expression right, Set<String> parameterNames, Map<String, Object> parameters) The constructor enforces the use of unmodifiable sets.