org.cybergarage.upnp
Class AllowedValue

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

public class AllowedValue
extends java.lang.Object


Field Summary
static java.lang.String ELEM_NAME
           
 
Constructor Summary
AllowedValue(Node node)
           
 
Method Summary
 Node getAllowedValueNode()
           
 java.lang.String getValue()
           
static boolean isAllowedValueNode(Node node)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEM_NAME

public static final java.lang.String ELEM_NAME
See Also:
Constant Field Values
Constructor Detail

AllowedValue

public AllowedValue(Node node)
Method Detail

getAllowedValueNode

public Node getAllowedValueNode()

isAllowedValueNode

public static boolean isAllowedValueNode(Node node)

setValue

public void setValue(java.lang.String value)

getValue

public java.lang.String getValue()