|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ToolOffsetValidity>
com.kuka.roboticsAPI.deviceModel.ToolOffsetValidity
public enum ToolOffsetValidity
The validity of a learned tool offset.
| Enum Constant Summary | |
|---|---|
CRITICAL
Tool offset has been learned but value could be wrong. |
|
ILLEGAL
Tool offset has not been learned. |
|
NORMAL
Tool offset has been learned and everything is ok. |
|
| Method Summary | |
|---|---|
static ToolOffsetValidity |
valueOf(int validity)
Returns the ToolOffsetValidity representation of the tool offset validity state given as integer. |
static ToolOffsetValidity |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static int |
valueOf(ToolOffsetValidity validity)
Return the int representation of the given ToolOffsetValidity. |
static ToolOffsetValidity[] |
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 ToolOffsetValidity ILLEGAL
public static final ToolOffsetValidity NORMAL
public static final ToolOffsetValidity CRITICAL
| Method Detail |
|---|
public static ToolOffsetValidity[] values()
for (ToolOffsetValidity c : ToolOffsetValidity.values()) System.out.println(c);
public static ToolOffsetValidity 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 static ToolOffsetValidity valueOf(int validity)
validity - the tool offset validity state given as integer.
public static int valueOf(ToolOffsetValidity validity)
int representation of the given ToolOffsetValidity.
validity - The given ToolOffsetValidity.
int representation of the given ToolOffsetValidity.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||