Package org.cybergarage.upnp
Class AllowedValue
java.lang.Object
org.cybergarage.upnp.AllowedValue
public class AllowedValue extends Object
-
Field Summary
-
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
Modifier and Type Method Description Node
getAllowedValueNode()
String
getValue()
static boolean
isAllowedValueNode(Node node)
void
setValue(String value)
-
Field Details
-
ELEM_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
AllowedValue
-
AllowedValue
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