fr.imag.adele.bundle.upnp.hvac.service
Class HVAC_FanOperatingMode

java.lang.Object
  extended byfr.imag.adele.util.upnp.AbstractUPnPService
      extended byfr.imag.adele.bundle.upnp.hvac.service.HVAC_FanOperatingMode
All Implemented Interfaces:
org.osgi.framework.BundleActivator, org.osgi.service.upnp.UPnPService

public class HVAC_FanOperatingMode
extends fr.imag.adele.util.upnp.AbstractUPnPService


Nested Class Summary
 class HVAC_FanOperatingMode.FanStatusStateVariable
           
 class HVAC_FanOperatingMode.GetFanStatusAction
           
 class HVAC_FanOperatingMode.GetModeAction
           
 class HVAC_FanOperatingMode.GetNameAction
           
 class HVAC_FanOperatingMode.ModeStateVariable
           
 class HVAC_FanOperatingMode.NameStateVariable
           
 class HVAC_FanOperatingMode.SetModeAction
           
 class HVAC_FanOperatingMode.SetNameAction
           
 
Field Summary
 
Fields inherited from class fr.imag.adele.util.upnp.AbstractUPnPService
actions, stateVariables, upnpDevice
 
Fields inherited from interface org.osgi.service.upnp.UPnPService
ID, TYPE
 
Constructor Summary
HVAC_FanOperatingMode(org.osgi.service.upnp.UPnPDevice upnpDevice, String serviceId, String serviceType, String version, HVAC_FanOperatingModeModel model)
          constructor
 
Methods inherited from class fr.imag.adele.util.upnp.AbstractUPnPService
getAction, getActions, getId, getStateVariable, getStateVariables, getType, getVersion, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HVAC_FanOperatingMode

public HVAC_FanOperatingMode(org.osgi.service.upnp.UPnPDevice upnpDevice,
                             String serviceId,
                             String serviceType,
                             String version,
                             HVAC_FanOperatingModeModel model)
constructor