|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.ioModel.IoInformationElement
public class IoInformationElement
Class that holds data of IO elements.
| Constructor Summary | |
|---|---|
IoInformationElement(String ioName,
boolean isConnected)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getIoName()
Get the name of the IO element. |
boolean |
isConnected()
Get the is isConnected flag. |
void |
setConnected(boolean isConnected)
Set the isConnected flag. |
void |
setIoName(String ioName)
Set the name of the IO element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IoInformationElement(String ioName,
boolean isConnected)
ioName - the name of the IO.isConnected - the value of the isConnected flag| Method Detail |
|---|
public String getIoName()
public void setIoName(String ioName)
ioName - the name of the IO elementpublic boolean isConnected()
public void setConnected(boolean isConnected)
isConnected - the isConnected flag to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||