Uses of Class
org.gcube.vremanagement.resourcebroker.impl.support.queries.QueryPath

Packages that use QueryPath
org.gcube.vremanagement.resourcebroker.impl.support.queries   
 

Uses of QueryPath in org.gcube.vremanagement.resourcebroker.impl.support.queries
 

Methods in org.gcube.vremanagement.resourcebroker.impl.support.queries that return QueryPath
static QueryPath QueryPath.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static QueryPath[] QueryPath.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gcube.vremanagement.resourcebroker.impl.support.queries with parameters of type QueryPath
static java.lang.String QueryLoader.getQuery(QueryPath query)