public interface ValueModel extends Serializable
BasicValueModel,
UnsettableValueModel| Modifier and Type | Method and Description |
|---|---|
String |
asKeyValueRep(String key)
Output a reasonable representation of what the text for this key value pair would look like
|
ValueModel |
cloneImmutable() |
List<String> |
getComments() |
char |
getSeparator() |
String |
getValue()
Concatenates the values
|
List<String> |
getValues() |
String |
toXML(int level) |
char getSeparator()
String getValue()
String toXML(int level)
String asKeyValueRep(String key)
ValueModel cloneImmutable()
Copyright © 2011–2016 David R. Smith. All rights reserved.