net.sbbi.upnp.services
Class ServiceActionArgument
java.lang.Object
net.sbbi.upnp.services.ServiceActionArgument
public class ServiceActionArgument
- extends Object
An argument for a service action
- Version:
- 1.0
- Author:
- SuperBonBon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DIRECTION_IN
public static final String DIRECTION_IN
- See Also:
- Constant Field Values
DIRECTION_OUT
public static final String DIRECTION_OUT
- See Also:
- Constant Field Values
relatedStateVariable
protected ServiceStateVariable relatedStateVariable
name
protected String name
direction
protected String direction
ServiceActionArgument
public ServiceActionArgument()
getRelatedStateVariable
public ServiceStateVariable getRelatedStateVariable()
- The related service state variable for this ServiceActionArgument
- Returns:
- The related service state variable for this ServiceActionArgument
getName
public String getName()
- The argument name
- Returns:
- the argument name
getDirection
public String getDirection()
- The argument direction
- Returns:
- the argument direction (in|out)
Copyright © 2010. All Rights Reserved.