|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SunriseSafetyState.EnablingDeviceState>
com.kuka.roboticsAPI.controllerModel.sunrise.SunriseSafetyState.EnablingDeviceState
public static enum SunriseSafetyState.EnablingDeviceState
The state of the enabling device.
| Enum Constant Summary | |
|---|---|
HANDGUIDING
Enabling device for handguiding is pressed. |
|
NONE
Enabling device is not pressed or an AMF (e.g. emergency stop) is active. |
|
NORMAL
Enabling device is pressed. |
|
| Method Summary | |
|---|---|
static SunriseSafetyState.EnablingDeviceState |
fromInt(int value)
Gets the enum instance with a specific integer value. |
int |
toInt()
Gets the internal value for the specific item. |
static SunriseSafetyState.EnablingDeviceState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SunriseSafetyState.EnablingDeviceState[] |
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 SunriseSafetyState.EnablingDeviceState NONE
public static final SunriseSafetyState.EnablingDeviceState NORMAL
public static final SunriseSafetyState.EnablingDeviceState HANDGUIDING
| Method Detail |
|---|
public static SunriseSafetyState.EnablingDeviceState[] values()
for (SunriseSafetyState.EnablingDeviceState c : SunriseSafetyState.EnablingDeviceState.values()) System.out.println(c);
public static SunriseSafetyState.EnablingDeviceState 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 toInt()
public static SunriseSafetyState.EnablingDeviceState fromInt(int value)
value - The integer value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||