Class UPnPActionArgumentImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String name  
      protected java.lang.String value  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected UPnPActionArgumentImpl​(java.lang.String _name, java.lang.String _value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        protected java.lang.String name
      • value

        protected java.lang.String value
    • Constructor Detail

      • UPnPActionArgumentImpl

        protected UPnPActionArgumentImpl​(java.lang.String _name,
                                         java.lang.String _value)