Package org.qdl_lang.workspace
Class BufferManager.BufferRecord
- java.lang.Object
-
- org.qdl_lang.workspace.BufferManager.BufferRecord
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BufferManager
public static class BufferManager.BufferRecord extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BufferRecord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfromJSON(net.sf.json.JSONObject json)voidfromXML(XMLEventReader xer)List<String>getContent()booleanhasContent()booleanisLink()voidsetContent(List<String> content)net.sf.json.JSONObjecttoJSON()StringtoString()voidtoXML(XMLStreamWriter xsw)
-
-
-
Method Detail
-
hasContent
public boolean hasContent()
-
isLink
public boolean isLink()
-
toJSON
public net.sf.json.JSONObject toJSON()
-
fromJSON
public void fromJSON(net.sf.json.JSONObject json)
-
toXML
public void toXML(XMLStreamWriter xsw) throws XMLStreamException
- Throws:
XMLStreamException
-
fromXML
public void fromXML(XMLEventReader xer) throws XMLStreamException
- Throws:
XMLStreamException
-
-