Uses of Class
org.apache.abdera.ext.opensearch.model.Query.Role

Packages that use Query.Role
org.apache.abdera.ext.opensearch.model   
org.apache.abdera.ext.opensearch.server   
org.apache.abdera.ext.opensearch.server.impl   
 

Uses of Query.Role in org.apache.abdera.ext.opensearch.model
 

Methods in org.apache.abdera.ext.opensearch.model that return Query.Role
 Query.Role Query.getRole()
           
static Query.Role Query.Role.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Query.Role[] Query.Role.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.abdera.ext.opensearch.model with parameters of type Query.Role
 void Query.setRole(Query.Role role)
           
 

Uses of Query.Role in org.apache.abdera.ext.opensearch.server
 

Methods in org.apache.abdera.ext.opensearch.server that return Query.Role
 Query.Role OpenSearchQueryInfo.getRole()
          Get the query role type.
 

Uses of Query.Role in org.apache.abdera.ext.opensearch.server.impl
 

Methods in org.apache.abdera.ext.opensearch.server.impl that return Query.Role
 Query.Role SimpleOpenSearchQueryInfo.getRole()
           
 

Methods in org.apache.abdera.ext.opensearch.server.impl with parameters of type Query.Role
 void SimpleOpenSearchQueryInfo.setRole(Query.Role role)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.