protected static class SystemPropertiesTableModel.SystemProperty extends Object
Constructor and Description |
---|
SystemProperty(String name,
String value)
Standard constructor - builds a new SystemProperty.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the property name.
|
String |
getValue()
Returns the property value.
|
public SystemProperty(String name, String value)
name
- the property name.value
- the property value.