net.sbbi.upnp.services
Class ServiceActionArgument
java.lang.Object
net.sbbi.upnp.services.ServiceActionArgument
- public class ServiceActionArgument
- extends java.lang.Object
An argument for a service action
- Version:
- 1.0
- Author:
- SuperBonBon
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DIRECTION_IN
public static final java.lang.String DIRECTION_IN
- See Also:
- Constant Field Values
DIRECTION_OUT
public static final java.lang.String DIRECTION_OUT
- See Also:
- Constant Field Values
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 java.lang.String getName()
- The argument name
- Returns:
- the argument name
getDirection
public java.lang.String getDirection()
- The argument direction
- Returns:
- the argument direction (in|out)
Copyright © 2005 SuperBonBon Industries. All Rights Reserved.