fr.imag.adele.bundle.upnp.lightingcontrols.model
Interface SwitchPowerModel

All Known Implementing Classes:
SwitchPowerModelImpl

public interface SwitchPowerModel


Method Summary
 void getStatus(fr.imag.adele.util.upnp.holder.BooleanHolder resultStatus)
          This method is "add description here" resultStatus out parameter
 Boolean getStatusStateVariableValue()
           
 void getTarget(fr.imag.adele.util.upnp.holder.BooleanHolder retTargetValue)
          This method is "add description here" retTargetValue out parameter
 void setTarget(boolean newTargetValue)
          This method is "add description here" newTargetValue in parameter
 

Method Detail

setTarget

public void setTarget(boolean newTargetValue)
This method is "add description here" newTargetValue in parameter


getTarget

public void getTarget(fr.imag.adele.util.upnp.holder.BooleanHolder retTargetValue)
This method is "add description here" retTargetValue out parameter


getStatus

public void getStatus(fr.imag.adele.util.upnp.holder.BooleanHolder resultStatus)
This method is "add description here" resultStatus out parameter


getStatusStateVariableValue

public Boolean getStatusStateVariableValue()