Uses of Class
things.thinger.service.command.Command.CheckType

Packages that use Command.CheckType
things.thinger.service.command   
 

Uses of Command.CheckType in things.thinger.service.command
 

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

Methods in things.thinger.service.command with parameters of type Command.CheckType
static void Command.checkDataForm(AttributeReader attributes, Command.CheckType type, CommandDefinition definition)
          Validate data for occurence and type.
static void Command.checkRequiredData(AttributeReader attributes, Command.CheckType type, CommandDefinition definition)
          Validate data for required items.
 



Things.