|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IMobilePlatformSafetyState.SafetyState>
com.kuka.roboticsAPI.controllerModel.sunrise.state.kmp.IMobilePlatformSafetyState.SafetyState
public static enum IMobilePlatformSafetyState.SafetyState
The three states of the safety and warning fields.
| Enum Constant Summary | |
|---|---|
SAFE
Safety state safe. |
|
SAFETYSTOP
Safety state safe-stop. |
|
WARNING
Safety state warning. |
|
| Method Summary | |
|---|---|
static IMobilePlatformSafetyState.SafetyState |
fromInt(int value)
Gets the enum instance with a specific integer value. |
int |
toInt()
Gets the internal value for the specific item. |
static IMobilePlatformSafetyState.SafetyState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IMobilePlatformSafetyState.SafetyState[] |
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 IMobilePlatformSafetyState.SafetyState SAFE
public static final IMobilePlatformSafetyState.SafetyState WARNING
public static final IMobilePlatformSafetyState.SafetyState SAFETYSTOP
| Method Detail |
|---|
public static IMobilePlatformSafetyState.SafetyState[] values()
for (IMobilePlatformSafetyState.SafetyState c : IMobilePlatformSafetyState.SafetyState.values()) System.out.println(c);
public static IMobilePlatformSafetyState.SafetyState 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 static IMobilePlatformSafetyState.SafetyState fromInt(int value)
value - The integer value.
public int toInt()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||