fr.imag.adele.bundle.upnp.hvac.model
Interface HVAC_FanOperatingModeModel

All Known Implementing Classes:
HVAC_FanOperatingModeModelImpl

public interface HVAC_FanOperatingModeModel


Method Summary
 void getFanStatus(fr.imag.adele.util.upnp.holder.StringHolder currentStatus)
          This method is "add description here" currentStatus out parameter
 String getFanStatusStateVariableValue()
           
 void getMode(fr.imag.adele.util.upnp.holder.StringHolder currentMode)
          This method is "add description here" currentMode out parameter
 String getModeStateVariableValue()
           
 void getName(fr.imag.adele.util.upnp.holder.StringHolder currentName)
          This method is "add description here" currentName out parameter
 String getNameStateVariableValue()
           
 void setMode(String newMode)
          This method is "add description here" newMode in parameter
 void setName(String newName)
          This method is "add description here" newName in parameter
 

Method Detail

setMode

public void setMode(String newMode)
This method is "add description here" newMode in parameter


getMode

public void getMode(fr.imag.adele.util.upnp.holder.StringHolder currentMode)
This method is "add description here" currentMode out parameter


getFanStatus

public void getFanStatus(fr.imag.adele.util.upnp.holder.StringHolder currentStatus)
This method is "add description here" currentStatus out parameter


getName

public void getName(fr.imag.adele.util.upnp.holder.StringHolder currentName)
This method is "add description here" currentName out parameter


setName

public void setName(String newName)
This method is "add description here" newName in parameter


getModeStateVariableValue

public String getModeStateVariableValue()

getFanStatusStateVariableValue

public String getFanStatusStateVariableValue()

getNameStateVariableValue

public String getNameStateVariableValue()