fr.imag.adele.bundle.upnp.hvac.impl
Class ControlValveModelImpl

java.lang.Object
  extended byfr.imag.adele.bundle.upnp.hvac.impl.ControlValveModelImpl
All Implemented Interfaces:
ControlValveModel

public class ControlValveModelImpl
extends Object
implements ControlValveModel


Constructor Summary
ControlValveModelImpl()
           
 
Method Summary
 String getControlModeStateVariableValue()
           
 void getMinMax(fr.imag.adele.util.upnp.holder.IntegerHolder currentMinPosition, fr.imag.adele.util.upnp.holder.IntegerHolder currentMaxPosition)
          This method is "add description here" currentMinPosition out parameter currentMaxPosition out parameter
 void getMode(fr.imag.adele.util.upnp.holder.StringHolder currentControlMode)
          This method is "add description here" currentControlMode out parameter
 void getPosition(fr.imag.adele.util.upnp.holder.IntegerHolder currentPositionStatus)
          This method is "add description here" currentPositionStatus out parameter
 Integer getPositionStatusStateVariableValue()
           
 void getPositionTarget(fr.imag.adele.util.upnp.holder.IntegerHolder currentPositionTarget)
          This method is "add description here" currentPositionTarget out parameter
 void setMinMax(int newMinPosition, int newMaxPosition)
          This method is "add description here" newMinPosition in parameter newMaxPosition in parameter
 void setMode(String newControlMode)
          This method is "add description here" newControlMode in parameter
 void setPosition(int newPositionTarget)
          This method is "add description here" newPositionTarget in parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlValveModelImpl

public ControlValveModelImpl()
Method Detail

getPositionTarget

public void getPositionTarget(fr.imag.adele.util.upnp.holder.IntegerHolder currentPositionTarget)
This method is "add description here" currentPositionTarget out parameter

Specified by:
getPositionTarget in interface ControlValveModel

setPosition

public void setPosition(int newPositionTarget)
This method is "add description here" newPositionTarget in parameter

Specified by:
setPosition in interface ControlValveModel

getPosition

public void getPosition(fr.imag.adele.util.upnp.holder.IntegerHolder currentPositionStatus)
This method is "add description here" currentPositionStatus out parameter

Specified by:
getPosition in interface ControlValveModel

getMinMax

public void getMinMax(fr.imag.adele.util.upnp.holder.IntegerHolder currentMinPosition,
                      fr.imag.adele.util.upnp.holder.IntegerHolder currentMaxPosition)
This method is "add description here" currentMinPosition out parameter currentMaxPosition out parameter

Specified by:
getMinMax in interface ControlValveModel

setMinMax

public void setMinMax(int newMinPosition,
                      int newMaxPosition)
This method is "add description here" newMinPosition in parameter newMaxPosition in parameter

Specified by:
setMinMax in interface ControlValveModel

getMode

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

Specified by:
getMode in interface ControlValveModel

setMode

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

Specified by:
setMode in interface ControlValveModel

getPositionStatusStateVariableValue

public Integer getPositionStatusStateVariableValue()
Specified by:
getPositionStatusStateVariableValue in interface ControlValveModel

getControlModeStateVariableValue

public String getControlModeStateVariableValue()
Specified by:
getControlModeStateVariableValue in interface ControlValveModel