Uses of Class
dev.vality.damsel.wb_list.Command
-
Uses of Command in dev.vality.damsel.wb_list
Fields in dev.vality.damsel.wb_list declared as Command Modifier and Type Field Description CommandChangeCommand. commandMethods in dev.vality.damsel.wb_list that return Command Modifier and Type Method Description static CommandCommand. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.CommandChangeCommand. getCommand()static CommandCommand. valueOf(String name)Returns the enum constant of this type with the specified name.static Command[]Command. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.wb_list with parameters of type Command Modifier and Type Method Description ChangeCommandChangeCommand. setCommand(Command command)Constructors in dev.vality.damsel.wb_list with parameters of type Command Constructor Description ChangeCommand(Row row, Command command)