com.kuka.roboticsAPI.deviceModel
Class VersionInfoItem

java.lang.Object
  extended by com.kuka.roboticsAPI.deviceModel.VersionInfoItem

public class VersionInfoItem
extends Object

VersionInfoItem contains single version information.

This element is not in its final state and might change in future versions.

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

key

public String key
Type of version information.


value

public String value
Version information value.

Constructor Detail

VersionInfoItem

public VersionInfoItem()
Default constructor.

This element is not in its final state and might change in future versions.

VersionInfoItem

public VersionInfoItem(String itemKey,
                       String itemValue)
Constructs an object with given version type and version value.

Parameters:
itemKey - Type of version information.
itemValue - Value of version information.
This element is not in its final state and might change in future versions.


Copyright © 2019. All rights reserved.