|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.ioModel.IOGroupDetail
public class IOGroupDetail
Container class for details about an IO-group.
This class can be transferred via NCF.
| Field Summary | |
|---|---|
IODetail[] |
ioDetail
Details about the IOs that are contained in the IO-group. |
String |
name
Name of the IO-group. |
| Constructor Summary | |
|---|---|
IOGroupDetail()
Default constructor. |
|
IOGroupDetail(String groupName,
List<IODetail> details)
Creates a new IOGroupDetail object. |
|
| Method Summary | |
|---|---|
IOGroupDetail |
clone()
|
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public IODetail[] ioDetail
public String name
| Constructor Detail |
|---|
public IOGroupDetail()
public IOGroupDetail(String groupName,
List<IODetail> details)
groupName - name of the IO-groupdetails - details about the IOs that are contained in the IO-group.| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic IOGroupDetail clone()
clone in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||