public class ConfigProperty extends Object implements Serializable
| Constructor and Description |
|---|
ConfigProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get name of this property.
|
String |
getValue()
Get value of this property.
|
void |
setName(String name)
Set name of this property.
|
void |
setValue(String value)
Set value of this property.
|
public String getName()
public String getValue()
public void setName(String name)
name - public void setValue(String value)
value - Copyright © 2001–2021 Codehaus Plexus. All rights reserved.