Package org.cybergarage.upnp
Class AllowedValue
- java.lang.Object
-
- org.cybergarage.upnp.AllowedValue
-
public class AllowedValue extends Object
-
-
Constructor Summary
Constructors Constructor Description AllowedValue(String value)
Create an AllowedValue by the value String, and will create the Node structure by itselfAllowedValue(Node node)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Node
getAllowedValueNode()
String
getValue()
static boolean
isAllowedValueNode(Node node)
void
setValue(String value)
-
-
-
Field Detail
-
ELEM_NAME
public static final String ELEM_NAME
- See Also:
- Constant Field Values
-
-