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

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

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

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

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

Methods in things.thinger.service.httptool with parameters of type ActionIzerItem.Type
 ActionIzerItem ActionIzer.DECLARE_TYPED(java.lang.String name, java.lang.String defaultValue, boolean required, ActionIzerItem.Type type, java.lang.String tag, java.lang.String propertyName)
          Declare by type.
 

Constructors in things.thinger.service.httptool with parameters of type ActionIzerItem.Type
ActionIzerItem(java.lang.String name, java.lang.String value, boolean isRequired, ActionIzerItem.Type type, java.lang.String tag, java.lang.String propertyName)
           
ActionIzerItemValue(java.lang.String name, java.lang.String value, boolean booleanValue, java.lang.String tag, ActionIzerItem.Type type)
           
 



Things.