|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<MovementLockSource>
com.kuka.roboticsAPI.deviceModel.kmp.MovementLockSource
public enum MovementLockSource
An enumeration represents movement lock sources.
| Enum Constant Summary | |
|---|---|
EXTERNAL_STOP
Lock source indicating an external stop. |
|
INTERNAL_STOP
Lock source indicating an internal stop. |
|
NO_LOCK
No lock present. |
|
UNDEFINED_TYPE
Undefined lock source. |
|
| Method Summary | |
|---|---|
static MovementLockSource |
convertFromIntValue(int sourceValue)
Convert Sunrise lock source to MovementLockState. |
int |
getLockSourceValue()
Return the number representing the lock source. |
static MovementLockSource |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MovementLockSource[] |
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 MovementLockSource INTERNAL_STOP
public static final MovementLockSource EXTERNAL_STOP
public static final MovementLockSource UNDEFINED_TYPE
public static final MovementLockSource NO_LOCK
| Method Detail |
|---|
public static MovementLockSource[] values()
for (MovementLockSource c : MovementLockSource.values()) System.out.println(c);
public static MovementLockSource 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 getLockSourceValue()
public static MovementLockSource convertFromIntValue(int sourceValue)
sourceValue - The source value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||