Uses of Class
edu.caltech.nanodb.server.CommandState
-
Packages that use CommandState Package Description edu.caltech.nanodb.server -
-
Uses of CommandState in edu.caltech.nanodb.server
Fields in edu.caltech.nanodb.server declared as CommandState Modifier and Type Field Description private CommandState
SessionState. cmdState
The command state of this session.Methods in edu.caltech.nanodb.server that return CommandState Modifier and Type Method Description CommandState
SessionState. getCommandState()
static CommandState
CommandState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CommandState[]
CommandState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-