org.cybergarage.upnp
Class AllowedValue

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

public class AllowedValue
extends Object


Field Summary
static String ELEM_NAME
           
 
Constructor Summary
AllowedValue(Node node)
           
AllowedValue(String value)
          Create an AllowedValue by the value String, and will create the Node structure by itself
 
Method Summary
 Node getAllowedValueNode()
           
 String getValue()
           
static boolean isAllowedValueNode(Node node)
           
 void setValue(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 String ELEM_NAME
See Also:
Constant Field Values
Constructor Detail

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 Detail

getAllowedValueNode

public Node getAllowedValueNode()

isAllowedValueNode

public static boolean isAllowedValueNode(Node node)

setValue

public void setValue(String value)

getValue

public String getValue()


Copyright © 2010 DomoWare. All Rights Reserved.