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

All Known Implementing Classes:
HVAC_UserOperatingModeModelImpl

public interface HVAC_UserOperatingModeModel


Method Summary
 void getModeStatus(fr.imag.adele.util.upnp.holder.StringHolder currentModeStatus)
          This method is "add description here" currentModeStatus out parameter
 String getModeStatusStateVariableValue()
           
 void getModeTarget(fr.imag.adele.util.upnp.holder.StringHolder currentModeTarget)
          This method is "add description here" currentModeTarget out parameter
 String getModeTargetStateVariableValue()
           
 void getName(fr.imag.adele.util.upnp.holder.StringHolder currentName)
          This method is "add description here" currentName out parameter
 String getNameStateVariableValue()
           
 void setModeTarget(String newModeTarget)
          This method is "add description here" newModeTarget in parameter
 void setName(String newName)
          This method is "add description here" newName in parameter
 

Method Detail

setModeTarget

public void setModeTarget(String newModeTarget)
This method is "add description here" newModeTarget in parameter


getModeTarget

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


getModeStatus

public void getModeStatus(fr.imag.adele.util.upnp.holder.StringHolder currentModeStatus)
This method is "add description here" currentModeStatus 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


getModeTargetStateVariableValue

public String getModeTargetStateVariableValue()

getModeStatusStateVariableValue

public String getModeStatusStateVariableValue()

getNameStateVariableValue

public String getNameStateVariableValue()