fr.imag.adele.bundle.upnp.lightingcontrols.impl
Class SwitchPowerModelImpl
java.lang.Object
fr.imag.adele.bundle.upnp.lightingcontrols.impl.SwitchPowerModelImpl
- All Implemented Interfaces:
- SwitchPowerModel
- public class SwitchPowerModelImpl
- extends Object
- implements 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwitchPowerModelImpl
public SwitchPowerModelImpl()
setTarget
public void setTarget(boolean newTargetValue)
- This method is "add description here"
newTargetValue in parameter
- Specified by:
setTarget
in interface SwitchPowerModel
getTarget
public void getTarget(fr.imag.adele.util.upnp.holder.BooleanHolder retTargetValue)
- This method is "add description here"
retTargetValue out parameter
- Specified by:
getTarget
in interface SwitchPowerModel
getStatus
public void getStatus(fr.imag.adele.util.upnp.holder.BooleanHolder resultStatus)
- This method is "add description here"
resultStatus out parameter
- Specified by:
getStatus
in interface SwitchPowerModel
getStatusStateVariableValue
public Boolean getStatusStateVariableValue()
- Specified by:
getStatusStateVariableValue
in interface SwitchPowerModel