com.aelitis.net.upnp.impl.services
Class UPnPStateVariableImpl

java.lang.Object
  extended by com.aelitis.net.upnp.impl.services.UPnPStateVariableImpl
All Implemented Interfaces:
UPnPStateVariable

public class UPnPStateVariableImpl
extends Object
implements UPnPStateVariable


Field Summary
protected  String name
           
protected  UPnPServiceImpl service
           
 
Constructor Summary
protected UPnPStateVariableImpl(UPnPServiceImpl _service, SimpleXMLParserDocumentNode node)
           
 
Method Summary
 String getName()
           
 UPnPService getService()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

service

protected UPnPServiceImpl service

name

protected String name
Constructor Detail

UPnPStateVariableImpl

protected UPnPStateVariableImpl(UPnPServiceImpl _service,
                                SimpleXMLParserDocumentNode node)
Method Detail

getName

public String getName()
Specified by:
getName in interface UPnPStateVariable

getService

public UPnPService getService()
Specified by:
getService in interface UPnPStateVariable

getValue

public String getValue()
                throws UPnPException
Specified by:
getValue in interface UPnPStateVariable
Throws:
UPnPException