public class PropertyRowImpl extends Object implements PropertyRow
| Constructor and Description |
|---|
PropertyRowImpl() |
PropertyRowImpl(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getValue() |
void |
setName(String name) |
void |
setValue(String value) |
public String getName()
getName in interface PropertyRowpublic void setName(String name)
setName in interface PropertyRowpublic String getValue()
getValue in interface PropertyRowpublic void setValue(String value)
setValue in interface PropertyRowCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.