|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.deviceModel.VersionInfoGroup
public class VersionInfoGroup
VersionInfoGroup contains all information about single slave.
| Field Summary | |
|---|---|
String |
index
Index of this slave. |
VersionInfoItem[] |
items
Array containing all single versions (e.g. hardware-, firmware-version, etc.) |
String |
name
Name of this slave. |
| Constructor Summary | |
|---|---|
VersionInfoGroup()
Default constructor. |
|
VersionInfoGroup(String slaveName,
String slaveIndex)
Constructs an object with given name and index. |
|
VersionInfoGroup(String slaveName,
String slaveIndex,
VersionInfoItem[] itemsArray)
Constructs an object with given name, index and version information. |
|
| Method Summary | |
|---|---|
VersionInfoItem |
getItem(int itemIndex)
Provides the version information item at specified array index. |
int |
length()
Provides the count of stored version information items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public VersionInfoItem[] items
public String name
public String index
| Constructor Detail |
|---|
public VersionInfoGroup()
public VersionInfoGroup(String slaveName,
String slaveIndex)
slaveName - Slave name.slaveIndex - Slave index.
public VersionInfoGroup(String slaveName,
String slaveIndex,
VersionInfoItem[] itemsArray)
slaveName - Slave name.slaveIndex - Slave index.itemsArray - Array with all available version information.| Method Detail |
|---|
public VersionInfoItem getItem(int itemIndex)
itemIndex - Item index in array.
public int length()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||