|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SunriseSafetyState.SafetyStopType>
com.kuka.roboticsAPI.controllerModel.sunrise.SunriseSafetyState.SafetyStopType
public static enum SunriseSafetyState.SafetyStopType
Represents the state of the safety stop.
| Enum Constant Summary | |
|---|---|
NOSTOP
No safety stop request present (integer 0). |
|
STOP0
Safety stop request STOP0 or STOP1 present (integer 1). |
|
STOP1
Safety stop request STOP1 (on-path) present (integer 2). |
|
STOP2
Safety stop request STOP2 present (integer 3). |
|
| Method Summary | |
|---|---|
static SunriseSafetyState.SafetyStopType |
fromInt(int value)
Gets the enum instance with a specific integer value. |
int |
toInt()
Gets the internal value for the specific item. |
static SunriseSafetyState.SafetyStopType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SunriseSafetyState.SafetyStopType[] |
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.SafetyStopType NOSTOP
public static final SunriseSafetyState.SafetyStopType STOP0
public static final SunriseSafetyState.SafetyStopType STOP1
public static final SunriseSafetyState.SafetyStopType STOP2
| Method Detail |
|---|
public static SunriseSafetyState.SafetyStopType[] values()
for (SunriseSafetyState.SafetyStopType c : SunriseSafetyState.SafetyStopType.values()) System.out.println(c);
public static SunriseSafetyState.SafetyStopType 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.SafetyStopType 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 | |||||||||