cybergarage-upnp
org.cybergarage.upnp.xml.ArgumentData Class Reference
Inheritance diagram for org.cybergarage.upnp.xml.ArgumentData:
org.cybergarage.upnp.xml.NodeData

Public Member Functions

 ArgumentData ()
 
String getValue ()
 
void setValue (String value)
 
- Public Member Functions inherited from org.cybergarage.upnp.xml.NodeData
 NodeData ()
 
void setNode (Node node)
 
Node getNode ()
 

Private Attributes

String value = ""
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ArgumentData()

org.cybergarage.upnp.xml.ArgumentData.ArgumentData ( )
inline

Constructs an empty argument data object.

Member Function Documentation

◆ 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
valuethe argument value to set

Field Documentation

◆ value

String org.cybergarage.upnp.xml.ArgumentData.value = ""
private

The documentation for this class was generated from the following file: