Uses of Class
com.kuka.roboticsAPI.deviceModel.OperationMode

Packages that use OperationMode
com.kuka.roboticsAPI.deviceModel   
 

Uses of OperationMode in com.kuka.roboticsAPI.deviceModel
 

Methods in com.kuka.roboticsAPI.deviceModel that return OperationMode
static OperationMode OperationMode.fromInt(int id)
          Gets the operation mode defined through the given ID.
static OperationMode OperationMode.fromName(String name)
          Gets the operation mode defined through the given name.
static OperationMode OperationMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperationMode[] OperationMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2019. All rights reserved.