com.kuka.sunrise.common
Interface IHardwareInformation


public interface IHardwareInformation

Common interface to provide structured hardware information for a hardware item.


Method Summary
 String getName()
          Get the name of the hardware item.
 String getTag(String tagName)
          Get the hardware information tag for the given tag name.
 Map<String,String> getTags()
          Get the read-only map of tag names mapped to hardware information tags.
 

Method Detail

getTags

Map<String,String> getTags()
Get the read-only map of tag names mapped to hardware information tags.

Returns:
The map of hardware information tags.

getTag

String getTag(String tagName)
Get the hardware information tag for the given tag name.

Parameters:
tagName - The tag name.
Returns:
The hardware information tag.

getName

String getName()
Get the name of the hardware item.

Returns:
The name of the hardware item.


Copyright © 2019. All rights reserved.