org.cybergarage.upnp
Class AllowedValue
java.lang.Object
org.cybergarage.upnp.AllowedValue
public class AllowedValue
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELEM_NAME
public static final String ELEM_NAME
- See Also:
- Constant Field Values
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
getAllowedValueNode
public Node getAllowedValueNode()
isAllowedValueNode
public static boolean isAllowedValueNode(Node node)
setValue
public void setValue(String value)
getValue
public String getValue()
Copyright © 2012 DomoWare. All Rights Reserved.