Uses of Class
robot.de.RobotMode

Packages that use RobotMode
robot.de   
 

Uses of RobotMode in robot.de
 

Fields in robot.de declared as RobotMode
 RobotMode CleaningRobot.robotMode
           
 

Methods in robot.de that return RobotMode
static RobotMode RobotMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RobotMode[] RobotMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.