fr.imag.adele.bundle.upnp.igd.impl
Class WANDSLLinkConfigModelImpl

java.lang.Object
  extended byfr.imag.adele.bundle.upnp.igd.impl.WANDSLLinkConfigModelImpl
All Implemented Interfaces:
WANDSLLinkConfigModel

public class WANDSLLinkConfigModelImpl
extends Object
implements WANDSLLinkConfigModel


Constructor Summary
WANDSLLinkConfigModelImpl()
           
 
Method Summary
 void getATMEncapsulation(fr.imag.adele.util.upnp.holder.StringHolder newATMEncapsulation)
          This method is "add description here" newATMEncapsulation out parameter
 void getAutoConfig(fr.imag.adele.util.upnp.holder.BooleanHolder newAutoConfig)
          This method is "add description here" newAutoConfig out parameter
 Boolean getAutoConfigStateVariableValue()
           
 void getDestinationAddress(fr.imag.adele.util.upnp.holder.StringHolder newDestinationAddress)
          This method is "add description here" newDestinationAddress out parameter
 void getDSLLinkInfo(fr.imag.adele.util.upnp.holder.StringHolder newLinkType, fr.imag.adele.util.upnp.holder.StringHolder newLinkStatus)
          This method is "add description here" newLinkType out parameter newLinkStatus out parameter
 void getFCSPreserved(fr.imag.adele.util.upnp.holder.BooleanHolder newFCSPreserved)
          This method is "add description here" newFCSPreserved out parameter
 String getLinkStatusStateVariableValue()
           
 void getModulationType(fr.imag.adele.util.upnp.holder.StringHolder newModulationType)
          This method is "add description here" newModulationType out parameter
 void setATMEncapsulation(String newATMEncapsulation)
          This method is "add description here" newATMEncapsulation in parameter
 void setDestinationAddress(String newDestinationAddress)
          This method is "add description here" newDestinationAddress in parameter
 void setDSLLinkType(String newLinkType)
          This method is "add description here" newLinkType in parameter
 void setFCSPreserved(boolean newFCSPreserved)
          This method is "add description here" newFCSPreserved in parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WANDSLLinkConfigModelImpl

public WANDSLLinkConfigModelImpl()
Method Detail

setDSLLinkType

public void setDSLLinkType(String newLinkType)
This method is "add description here" newLinkType in parameter

Specified by:
setDSLLinkType in interface WANDSLLinkConfigModel

getDSLLinkInfo

public void getDSLLinkInfo(fr.imag.adele.util.upnp.holder.StringHolder newLinkType,
                           fr.imag.adele.util.upnp.holder.StringHolder newLinkStatus)
This method is "add description here" newLinkType out parameter newLinkStatus out parameter

Specified by:
getDSLLinkInfo in interface WANDSLLinkConfigModel

getAutoConfig

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

Specified by:
getAutoConfig in interface WANDSLLinkConfigModel

getModulationType

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

Specified by:
getModulationType in interface WANDSLLinkConfigModel

setDestinationAddress

public void setDestinationAddress(String newDestinationAddress)
This method is "add description here" newDestinationAddress in parameter

Specified by:
setDestinationAddress in interface WANDSLLinkConfigModel

getDestinationAddress

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

Specified by:
getDestinationAddress in interface WANDSLLinkConfigModel

setATMEncapsulation

public void setATMEncapsulation(String newATMEncapsulation)
This method is "add description here" newATMEncapsulation in parameter

Specified by:
setATMEncapsulation in interface WANDSLLinkConfigModel

getATMEncapsulation

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

Specified by:
getATMEncapsulation in interface WANDSLLinkConfigModel

setFCSPreserved

public void setFCSPreserved(boolean newFCSPreserved)
This method is "add description here" newFCSPreserved in parameter

Specified by:
setFCSPreserved in interface WANDSLLinkConfigModel

getFCSPreserved

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

Specified by:
getFCSPreserved in interface WANDSLLinkConfigModel

getLinkStatusStateVariableValue

public String getLinkStatusStateVariableValue()
Specified by:
getLinkStatusStateVariableValue in interface WANDSLLinkConfigModel

getAutoConfigStateVariableValue

public Boolean getAutoConfigStateVariableValue()
Specified by:
getAutoConfigStateVariableValue in interface WANDSLLinkConfigModel