|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FrameDistanceStopConditionBehaviour>
com.kuka.roboticsAPI.motionModel.stopConditions.FrameDistanceStopConditionBehaviour
@Deprecated public enum FrameDistanceStopConditionBehaviour
This behavior defines when the frame distance stop condition fires.
| Enum Constant Summary | |
|---|---|
STOP_WHEN_BIGGER
Deprecated. Fire when a specified distance is bigger than the actual distance. |
|
STOP_WHEN_SMALLER
Deprecated. Fire when a specified distance is smaller than the actual distance. |
|
| Method Summary | |
|---|---|
static FrameDistanceStopConditionBehaviour |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static FrameDistanceStopConditionBehaviour[] |
values()
Deprecated. 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 FrameDistanceStopConditionBehaviour STOP_WHEN_SMALLER
public static final FrameDistanceStopConditionBehaviour STOP_WHEN_BIGGER
| Method Detail |
|---|
public static FrameDistanceStopConditionBehaviour[] values()
for (FrameDistanceStopConditionBehaviour c : FrameDistanceStopConditionBehaviour.values()) System.out.println(c);
public static FrameDistanceStopConditionBehaviour 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 | |||||||||