public class Entry extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) String |
key |
(package private) ValueModel |
model |
| Constructor and Description |
|---|
Entry(String key,
ValueModel model) |
| Modifier and Type | Method and Description |
|---|---|
String |
commentValues() |
String |
getKey() |
ValueModel |
getModel() |
ValueModel |
getValue()
Alternative
|
String |
lineTerminatedValues() |
void |
setKey(String key) |
void |
setModel(ValueModel model) |
String key
ValueModel model
public Entry(String key, ValueModel model)
public String getKey()
public void setKey(String key)
public ValueModel getModel()
public void setModel(ValueModel model)
public ValueModel getValue()
public String lineTerminatedValues()
public String commentValues()
Copyright © 2011–2016 David R. Smith. All rights reserved.