Uses of Enum Class
org.gcube.informationsystem.resourceregistry.queries.operators.LogicalOperator
Packages that use LogicalOperator
Package
Description
-
Uses of LogicalOperator in org.gcube.informationsystem.resourceregistry.queries.json.base
Methods in org.gcube.informationsystem.resourceregistry.queries.json.base with parameters of type LogicalOperatorModifier and TypeMethodDescriptionprotected StringBufferJsonQueryERElement.addConstraints(org.gcube.com.fasterxml.jackson.databind.JsonNode jsonNode, LogicalOperator queryLogicalOperator, String fieldNamePrefix) -
Uses of LogicalOperator in org.gcube.informationsystem.resourceregistry.queries.operators
Methods in org.gcube.informationsystem.resourceregistry.queries.operators that return LogicalOperatorModifier and TypeMethodDescriptionstatic LogicalOperatorLogicalOperator.getOperator(String key) static LogicalOperatorReturns the enum constant of this class with the specified name.static LogicalOperator[]LogicalOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.