|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.deviceModel.VersionInfoItem
public class VersionInfoItem
VersionInfoItem contains single version information.
| Field Summary | |
|---|---|
String |
key
Type of version information. |
String |
value
Version information value. |
| Constructor Summary | |
|---|---|
VersionInfoItem()
Default constructor. |
|
VersionInfoItem(String itemKey,
String itemValue)
Constructs an object with given version type and version value. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String key
public String value
| Constructor Detail |
|---|
public VersionInfoItem()
public VersionInfoItem(String itemKey,
String itemValue)
itemKey - Type of version information.itemValue - Value of version information.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||