net.sbbi.upnp.services
Class ServiceActionArgument

java.lang.Object
  extended by net.sbbi.upnp.services.ServiceActionArgument

public class ServiceActionArgument
extends Object

An argument for a service action

Version:
1.0
Author:
SuperBonBon

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

Field Detail

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
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 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.