Uses of Class
org.gcube.informationsystem.resourceregistry.queries.operators.QueryConditionalOperator
-
Packages that use QueryConditionalOperator Package Description org.gcube.informationsystem.resourceregistry.queries.json.base org.gcube.informationsystem.resourceregistry.queries.operators -
-
Uses of QueryConditionalOperator in org.gcube.informationsystem.resourceregistry.queries.json.base
Methods in org.gcube.informationsystem.resourceregistry.queries.json.base with parameters of type QueryConditionalOperator Modifier and Type Method Description protected StringBufferJsonQueryERElement. addCondition(QueryConditionalOperator queryConditionalOperator, StringBuffer key, StringBuffer value) -
Uses of QueryConditionalOperator in org.gcube.informationsystem.resourceregistry.queries.operators
Methods in org.gcube.informationsystem.resourceregistry.queries.operators that return QueryConditionalOperator Modifier and Type Method Description static QueryConditionalOperatorQueryConditionalOperator. getQueryComparisonOperator(String key)static QueryConditionalOperatorQueryConditionalOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryConditionalOperator[]QueryConditionalOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-