Package com.biglybt.net.upnp
Interface UPnPStateVariable
-
- All Known Implementing Classes:
UPnPStateVariableImpl
public interface UPnPStateVariable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
UPnPService
getService()
java.lang.String
getValue()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getService
UPnPService getService()
-
getValue
java.lang.String getValue() throws UPnPException
- Throws:
UPnPException
-
-