de.siemens.icn.hipath.dls.apiv100.device
Class FunctionDescription

java.lang.Object
  extended by de.siemens.icn.hipath.dls.apiv100.device.DescriptionBase
      extended by de.siemens.icn.hipath.dls.apiv100.device.FunctionDescription

public class FunctionDescription
extends DescriptionBase

Describes a key function.


Constructor Summary
FunctionDescription()
           
FunctionDescription(java.lang.String deviceType, java.lang.String softwareType, java.lang.String softwareVersion, int level, java.lang.String name, AttributeDescription[] attributes)
           
 
Method Summary
 int getLevel()
           
 java.lang.String getName()
           
 
Methods inherited from class de.siemens.icn.hipath.dls.apiv100.device.DescriptionBase
getAttributes, getDeviceType, getSoftwareType, getSoftwareVersion, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionDescription

public FunctionDescription()

FunctionDescription

public FunctionDescription(java.lang.String deviceType,
                           java.lang.String softwareType,
                           java.lang.String softwareVersion,
                           int level,
                           java.lang.String name,
                           AttributeDescription[] attributes)
Method Detail

getName

public java.lang.String getName()
Returns:
The function name.

getLevel

public int getLevel()
Returns:
The level for which the function was requested.