Class Argument

java.lang.Object
net.sbbi.upnp.services.Argument

public class Argument extends Object
An argument for a service action
  • Field Details

    • name

      public final String name
    • direction

      public final Argument.Direction direction
    • relatedStateVariableName

      public final String relatedStateVariableName
  • Method Details

    • 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