public class ValueWithLabel extends Object
| Constructor and Description |
|---|
ValueWithLabel()
The Constructor.
|
ValueWithLabel(String label,
String value)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Gets the label.
|
String |
getValue()
Gets the value.
|
void |
setLabel(String label)
Sets the label.
|
void |
setValue(String value)
Sets the value.
|
public String getLabel()
public void setLabel(String label)
label - the labelpublic String getValue()
public void setValue(String value)
value - the valueCopyright © 2017. All rights reserved.