Uses of Class
eu.xtreemos.xosd.client.data.EnumCommand.ConsoleCommands

Packages that use EnumCommand.ConsoleCommands
eu.xtreemos.xosd.client   
eu.xtreemos.xosd.client.data   
 

Uses of EnumCommand.ConsoleCommands in eu.xtreemos.xosd.client
 

Fields in eu.xtreemos.xosd.client declared as EnumCommand.ConsoleCommands
protected  EnumCommand.ConsoleCommands ParsedCommand.command
           
 

Methods in eu.xtreemos.xosd.client that return EnumCommand.ConsoleCommands
 EnumCommand.ConsoleCommands ParsedCommand.getCommand()
          Returns the command of this parsed Command
 

Uses of EnumCommand.ConsoleCommands in eu.xtreemos.xosd.client.data
 

Methods in eu.xtreemos.xosd.client.data that return EnumCommand.ConsoleCommands
static EnumCommand.ConsoleCommands EnumCommand.string2command(java.lang.String inText)
           
static EnumCommand.ConsoleCommands EnumCommand.ConsoleCommands.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EnumCommand.ConsoleCommands[] EnumCommand.ConsoleCommands.values()
          Returns an array containing the constants of this enum type, in the order they are declared.