Uses of Class
org.apache.solr.client.solrj.impl.XMLResponseParser.KnownType

Packages that use XMLResponseParser.KnownType
org.apache.solr.client.solrj.impl Concrete implementations of client API classes. 
 

Uses of XMLResponseParser.KnownType in org.apache.solr.client.solrj.impl
 

Methods in org.apache.solr.client.solrj.impl that return XMLResponseParser.KnownType
static XMLResponseParser.KnownType XMLResponseParser.KnownType.get(String v)
           
static XMLResponseParser.KnownType XMLResponseParser.KnownType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XMLResponseParser.KnownType[] XMLResponseParser.KnownType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.