Package net.sbbi.upnp.services
Class Argument
- java.lang.Object
-
- net.sbbi.upnp.services.Argument
-
public class Argument extends java.lang.Object
An argument for a service action
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Argument.Direction
-
Field Summary
Fields Modifier and Type Field Description Argument.Direction
direction
java.lang.String
name
java.lang.String
relatedStateVariableName
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StateVariable
getRelatedStateVariable()
The related service state variable for this ServiceActionArgumentjava.lang.String
toString()
-
-
-
Field Detail
-
name
public final java.lang.String name
-
direction
public final Argument.Direction direction
-
relatedStateVariableName
public final java.lang.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 java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-