Class TreeSetStringWrapper
- java.lang.Object
-
- org.biojava.nbio.structure.scop.server.TreeSetStringWrapper
-
- All Implemented Interfaces:
Serializable
public class TreeSetStringWrapper extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TreeSetStringWrapper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TreeSetStringWrapper
fromXML(String xml)
TreeSet<String>
getData()
void
setData(TreeSet<String> data)
String
toXML()
-