Uses of Class
net.anotheria.anosite.action.CommandType
-
Packages that use CommandType Package Description net.anotheria.anosite.action -
-
Uses of CommandType in net.anotheria.anosite.action
Methods in net.anotheria.anosite.action that return CommandType Modifier and Type Method Description static CommandTypeActionCommand. cms2enum(int value)CommandTypeActionCommand. getType()static CommandTypeCommandType. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandType[]CommandType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.anotheria.anosite.action with parameters of type CommandType Modifier and Type Method Description voidActionCommand. setType(CommandType type)
-