Stores user data associated with an argument XML node.
This class holds the runtime value of an argument, separate from the argument's definition in the SCPD document.
- See also
- org.cybergarage.upnp.Argument
◆ ArgumentData()
| org.cybergarage.upnp.xml.ArgumentData.ArgumentData |
( |
| ) |
|
|
inline |
Constructs an empty argument data object.
◆ getValue()
| String org.cybergarage.upnp.xml.ArgumentData.getValue |
( |
| ) |
|
|
inline |
Returns the value of this argument.
- Returns
- the argument value as a string
◆ setValue()
| void org.cybergarage.upnp.xml.ArgumentData.setValue |
( |
String | value | ) |
|
|
inline |
Sets the value of this argument.
- Parameters
-
| value | the argument value to set |
◆ value
| String org.cybergarage.upnp.xml.ArgumentData.value = "" |
|
private |
The documentation for this class was generated from the following file: