Uses of Class
edu.caltech.nanodb.commands.Command.Type
-
Packages that use Command.Type Package Description edu.caltech.nanodb.commands This package contains the classes that represent the commands that the NanoSQL database recognizes. -
-
Uses of Command.Type in edu.caltech.nanodb.commands
Fields in edu.caltech.nanodb.commands declared as Command.Type Modifier and Type Field Description private Command.Type
Command. cmdType
The type of this command.Methods in edu.caltech.nanodb.commands that return Command.Type Modifier and Type Method Description Command.Type
Command. getCommandType()
Returns the general type or category of this command.static Command.Type
Command.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Command.Type[]
Command.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in edu.caltech.nanodb.commands with parameters of type Command.Type Constructor Description Command(Command.Type cmdType)
Create a new command instance, of the specified command-type.
-