|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<MotionEvents.MotionEvent>
com.kuka.roboticsAPI.controllerModel.sunrise.MotionEvents.MotionEvent
public static enum MotionEvents.MotionEvent
Event that comes from motion (ipo) modules.
| Enum Constant Summary | |
|---|---|
MOTION_BCO_INVALID
Motion can't be started because robot is not on path (not in start position) and BCO motion is required. |
|
MOTION_ERROR
Motion detected an error during execution. |
|
MOTION_INFO
Motion is fine, just gave some information. |
|
NO_EVENT
Not a motion event. |
|
| Method Summary | |
|---|---|
static MotionEvents.MotionEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MotionEvents.MotionEvent[] |
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 MotionEvents.MotionEvent NO_EVENT
public static final MotionEvents.MotionEvent MOTION_BCO_INVALID
public static final MotionEvents.MotionEvent MOTION_ERROR
public static final MotionEvents.MotionEvent MOTION_INFO
| Method Detail |
|---|
public static MotionEvents.MotionEvent[] values()
for (MotionEvents.MotionEvent c : MotionEvents.MotionEvent.values()) System.out.println(c);
public static MotionEvents.MotionEvent 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 null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||