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 void
fromJSON(net.sf.json.JSONObject json)
void
fromXML(XMLEventReader xer)
List<String>
getContent()
boolean
hasContent()
boolean
isLink()
void
setContent(List<String> content)
net.sf.json.JSONObject
toJSON()
String
toString()
void
toXML(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
-
-