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 java.lang.Object
implements UPnPStateVariable


Field Summary
protected  java.lang.String name
           
protected  UPnPServiceImpl service
           
 
Constructor Summary
protected UPnPStateVariableImpl(UPnPServiceImpl _service, SimpleXMLParserDocumentNode node)
           
 
Method Summary
 java.lang.String getName()
           
 UPnPService getService()
           
 java.lang.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 java.lang.String name
Constructor Detail

UPnPStateVariableImpl

protected UPnPStateVariableImpl(UPnPServiceImpl _service,
                                SimpleXMLParserDocumentNode node)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface UPnPStateVariable

getService

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

getValue

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