Uses of Class
org.apache.solr.client.solrj.impl.XMLResponseParser.KnownType
- 
Packages that use XMLResponseParser.KnownType Package Description 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 Modifier and Type Method Description static XMLResponseParser.KnownTypeXMLResponseParser.KnownType. get(String v)static XMLResponseParser.KnownTypeXMLResponseParser.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. 
 -