Uses of Class
org.gcube.informationsystem.resourceregistry.queries.operators.ComparisonOperator
-
Packages that use ComparisonOperator Package Description org.gcube.informationsystem.resourceregistry.queries.operators -
-
Uses of ComparisonOperator in org.gcube.informationsystem.resourceregistry.queries.operators
Methods in org.gcube.informationsystem.resourceregistry.queries.operators that return ComparisonOperator Modifier and Type Method Description static ComparisonOperatorComparisonOperator. getOperator(String key)static ComparisonOperatorComparisonOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static ComparisonOperator[]ComparisonOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-