net.sbbi.upnp.services
Class ServiceActionArgument

java.lang.Object
  extended bynet.sbbi.upnp.services.ServiceActionArgument

public class ServiceActionArgument
extends java.lang.Object

An argument for a service action

Version:
1.0
Author:
SuperBonBon

Field Summary
static java.lang.String DIRECTION_IN
           
static java.lang.String DIRECTION_OUT
           
 
Constructor Summary
ServiceActionArgument()
           
 
Method Summary
 java.lang.String getDirection()
          The argument direction
 java.lang.String getName()
          The argument name
 ServiceStateVariable getRelatedStateVariable()
          The related service state variable for this ServiceActionArgument
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ServiceActionArgument

public ServiceActionArgument()
Method Detail

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.