Package ffx.utilities
Class DoubleXMLAdapter
public class DoubleXMLAdapter
extends jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Double>
Convert a Double to a String and vice versa for use with JAXB.
- Since:
- 1.0
- Author:
- Michael J. Schnieders
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DoubleXMLAdapter
public DoubleXMLAdapter()Default constructor.
-
-
Method Details
-
unmarshal
Unmarshel the Double -
marshal
-