public class PropertyElement extends Object
| Attribute | Description | Required |
| name | Property name. | Yes. |
| value | Property value. A value of "null" will cause the property to be removed from the network interface. | Yes. |
| Constructor and Description |
|---|
PropertyElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getValue() |
void |
setName(String name) |
void |
setValue(String value) |