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