Class AllowedValue

java.lang.Object
org.cybergarage.upnp.AllowedValue

public class AllowedValue extends Object
  • Field Details

  • Constructor Details

    • AllowedValue

      public AllowedValue(Node node)
    • AllowedValue

      public AllowedValue(String value)
      Create an AllowedValue by the value String, and will create the Node structure by itself
      Parameters:
      value - The value that will be associate to thi object
  • Method Details

    • getAllowedValueNode

      public Node getAllowedValueNode()
    • isAllowedValueNode

      public static boolean isAllowedValueNode(Node node)
    • setValue

      public void setValue(String value)
    • getValue

      public String getValue()