Uses of Class
things.thinger.service.httptool.ActionResult.Type

Packages that use ActionResult.Type
things.thinger.service.httptool   
 

Uses of ActionResult.Type in things.thinger.service.httptool
 

Fields in things.thinger.service.httptool declared as ActionResult.Type
 ActionResult.Type ActionResult.type
           
 

Methods in things.thinger.service.httptool that return ActionResult.Type
static ActionResult.Type ActionResult.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ActionResult.Type[] ActionResult.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in things.thinger.service.httptool with parameters of type ActionResult.Type
ActionResult(ActionResult.Type type)
          Constructor.
 



Things.