public class NameToValue extends Object
| Constructor and Description |
|---|
NameToValue(String nameIn,
Value valueIn)
Creates a new NameToValue.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the mapped variable name.
|
Value |
getValue()
Gets the mapped variable value.
|