public class ContextSimpleData extends Object
| Constructor and Description |
|---|
ContextSimpleData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue(String string)
Describe
getValue method here. |
void |
reset() |
void |
serializeDataToXML(Element element)
Serialize the data of the model (a simple hashmap) into XML
|
void |
setValue(String key,
String value)
Describe
setValue method here. |
public void serializeDataToXML(Element element) throws Exception
element - an Element valueException - if an error occurspublic void reset()
public String getValue(String string)
getValue method here.string - a String valueString valueCopyright © 2018 United Internet. All rights reserved.