|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.deviceModel.MasteringActionEnabledInfo
public class MasteringActionEnabledInfo
Data object for the enabled info of mastering actions.
| Field Summary | |
|---|---|
MasteringAction |
action
The mastering action type. |
boolean |
enabled
The enabled value for the mastering action. |
| Constructor Summary | |
|---|---|
MasteringActionEnabledInfo()
Constructor for serialization. |
|
MasteringActionEnabledInfo(MasteringAction actionValue,
boolean enabledValue)
Constructor with parameters. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public MasteringAction action
public boolean enabled
| Constructor Detail |
|---|
public MasteringActionEnabledInfo()
public MasteringActionEnabledInfo(MasteringAction actionValue,
boolean enabledValue)
actionValue - the type of the mastering actionenabledValue - the enabled value for the mastering action
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||