Uses of Class
org.gcube.informationsystem.resourceregistry.queries.operators.LogicalOperator
-
Packages that use LogicalOperator Package Description org.gcube.informationsystem.resourceregistry.queries.json.base org.gcube.informationsystem.resourceregistry.queries.operators -
-
Uses of LogicalOperator in org.gcube.informationsystem.resourceregistry.queries.json.base
Methods in org.gcube.informationsystem.resourceregistry.queries.json.base with parameters of type LogicalOperator Modifier and Type Method Description protected 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 LogicalOperator Modifier and Type Method Description static LogicalOperatorLogicalOperator. getOperator(String key)static LogicalOperatorLogicalOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static LogicalOperator[]LogicalOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-