|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<GetTorqueStateRequest.ETorqueState>
com.kuka.roboticsAPI.requestModel.GetTorqueStateRequest.ETorqueState
public static enum GetTorqueStateRequest.ETorqueState
Specifies the different states of a torque sensor.
| Enum Constant Summary | |
|---|---|
Error
Torque sensor is not working properly. |
|
OK
Torque sensor is ready and working. |
|
| Method Summary | |
|---|---|
int |
getIntValue()
Returns the Integer value of the torque sensor state. |
static GetTorqueStateRequest.ETorqueState |
getTorqueStateFromInt(int torqueStateAsInt)
Returns the GetTorqueStateRequest.ETorqueState which is represented by the given
Integer value. |
static GetTorqueStateRequest.ETorqueState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GetTorqueStateRequest.ETorqueState[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final GetTorqueStateRequest.ETorqueState OK
public static final GetTorqueStateRequest.ETorqueState Error
| Method Detail |
|---|
public static GetTorqueStateRequest.ETorqueState[] values()
for (GetTorqueStateRequest.ETorqueState c : GetTorqueStateRequest.ETorqueState.values()) System.out.println(c);
public static GetTorqueStateRequest.ETorqueState valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic int getIntValue()
public static GetTorqueStateRequest.ETorqueState getTorqueStateFromInt(int torqueStateAsInt)
GetTorqueStateRequest.ETorqueState which is represented by the given
Integer value.
torqueStateAsInt - The Integer for which the GetTorqueStateRequest.ETorqueState
representation is wanted.
GetTorqueStateRequest.ETorqueState which represents the given Integer
value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||