Uses of Class
de.knipp.rritoolkit.response.Response.Result

Packages that use Response.Result
de.knipp.rritoolkit.response   
 

Uses of Response.Result in de.knipp.rritoolkit.response
 

Fields in de.knipp.rritoolkit.response declared as Response.Result
private  Response.Result Response.result
          the overall result
 

Fields in de.knipp.rritoolkit.response with type parameters of type Response.Result
private static java.util.Map<java.lang.String,Response.Result> Response.Result.tokenMap
          map from the token to the result
 

Methods in de.knipp.rritoolkit.response that return Response.Result
static Response.Result Response.Result.fromToken(java.lang.String denicToken)
          returns the result for the given token
 Response.Result Response.getResult()
          returns the result
static Response.Result Response.Result.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Response.Result[] Response.Result.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2005-2011 Knipp Medien und Kommunikation GmbH