|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ToolOffsetValidity | |
|---|---|
| com.kuka.roboticsAPI.deviceModel | |
| Uses of ToolOffsetValidity in com.kuka.roboticsAPI.deviceModel |
|---|
| Fields in com.kuka.roboticsAPI.deviceModel declared as ToolOffsetValidity | |
|---|---|
ToolOffsetValidity |
RelearnToolOffsetInfo.toolOffsetValidity
The validity of the learned tool offset. |
| Methods in com.kuka.roboticsAPI.deviceModel that return ToolOffsetValidity | |
|---|---|
static ToolOffsetValidity |
ToolOffsetValidity.valueOf(int validity)
Returns the ToolOffsetValidity representation of the tool offset validity state given as integer. |
static ToolOffsetValidity |
ToolOffsetValidity.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ToolOffsetValidity[] |
ToolOffsetValidity.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.kuka.roboticsAPI.deviceModel with parameters of type ToolOffsetValidity | |
|---|---|
static int |
ToolOffsetValidity.valueOf(ToolOffsetValidity validity)
Return the int representation of the given ToolOffsetValidity. |
| Constructors in com.kuka.roboticsAPI.deviceModel with parameters of type ToolOffsetValidity | |
|---|---|
RelearnToolOffsetInfo(ToolOffsetValidity toolOffsetValidityValue,
double toolOffsetNewValue,
double toolOffsetCurrentValue)
Constructor with parameters. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||