net.tomp2p.upnp
Class Argument

java.lang.Object
  extended by net.tomp2p.upnp.Argument

public class Argument
extends Object

An argument for a service action

Version:
1.0
Author:
SuperBonBon

Nested Class Summary
static class Argument.Direction
           
 
Field Summary
 Argument.Direction direction
           
 String name
           
 String relatedStateVariableName
           
 
Method Summary
 StateVariable getRelatedStateVariable()
          The related service state variable for this ServiceActionArgument
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public final String name

direction

public final Argument.Direction direction

relatedStateVariableName

public final String relatedStateVariableName
Method Detail

getRelatedStateVariable

public StateVariable getRelatedStateVariable()
The related service state variable for this ServiceActionArgument

Returns:
The related service state variable for this ServiceActionArgument

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.