com.aelitis.net.upnp.impl.services
Class UPnPActionArgumentImpl
java.lang.Object
  
com.aelitis.net.upnp.impl.services.UPnPActionArgumentImpl
- All Implemented Interfaces: 
 - UPnPActionArgument
 
public class UPnPActionArgumentImpl
- extends Object
- implements UPnPActionArgument
  
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
name
protected String name
value
protected String value
UPnPActionArgumentImpl
protected UPnPActionArgumentImpl(String _name,
                                 String _value)
getName
public String getName()
- Specified by:
 getName in interface UPnPActionArgument
 
 
getValue
public String getValue()
- Specified by:
 getValue in interface UPnPActionArgument