public static class Platform.Property
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
name |
(package private) java.lang.String |
value |
Constructor and Description |
---|
Property() |
Modifier and Type | Method and Description |
---|---|
void |
setName(java.lang.String v)
Name of property to be set.
|
void |
setValue(java.lang.String v)
Value of property to be set.
|