public class JavaProperty
extends java.lang.Object
| Constructor and Description |
|---|
JavaProperty()
Construct an empty JavaProperty
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Get the JavaProperties' name
|
java.lang.String |
getValue()
Get the JavaProperties' value.
|
void |
setName(java.lang.String name)
Set the JavaProperties's name; required
|
void |
setValue(java.lang.String value)
Set the JavaProperties' value; required
|
public void setName(java.lang.String name)
name - the JavaProperties' namepublic java.lang.String getName()
public void setValue(java.lang.String value)
value - the JavaProperties' valuepublic java.lang.String getValue()