|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<MovementLockType>
com.kuka.roboticsAPI.deviceModel.kmp.MovementLockType
public enum MovementLockType
Enum to represent platform lock states.
| Enum Constant Summary | |
|---|---|
FULL_MOTION_LOCK
Full motion lock state. |
|
PROGRAMMED_MOTION_LOCK
Programmed motion lock state. |
|
UNDEFINED
Undefined lock state. |
|
UNLOCKED
Unlocked state. |
|
| Method Summary | |
|---|---|
static MovementLockType |
convertFromIntValue(int lockType)
Convert Sunrise lock state to MovementLockState. |
int |
getLockTypeValue()
Returns the integer representation of a lock state. |
static MovementLockType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MovementLockType[] |
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 MovementLockType UNDEFINED
public static final MovementLockType UNLOCKED
public static final MovementLockType PROGRAMMED_MOTION_LOCK
public static final MovementLockType FULL_MOTION_LOCK
| Method Detail |
|---|
public static MovementLockType[] values()
for (MovementLockType c : MovementLockType.values()) System.out.println(c);
public static MovementLockType 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 getLockTypeValue()
public static MovementLockType convertFromIntValue(int lockType)
lockType - The state value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||