public class DoubleAdapter extends XmlAdapter<DoubleElement,Attribute>
| Constructor and Description |
|---|
DoubleAdapter() |
| Modifier and Type | Method and Description |
|---|---|
DoubleElement |
marshal(Attribute attribute) |
static DoubleElement |
marshalFrom(Attribute attribute) |
Attribute |
unmarshal(DoubleElement element) |
static Attribute |
unmarshalFrom(DoubleElement element) |
public static DoubleElement marshalFrom(Attribute attribute)
public static Attribute unmarshalFrom(DoubleElement element)
public DoubleElement marshal(Attribute attribute)
marshal in class XmlAdapter<DoubleElement,Attribute>public Attribute unmarshal(DoubleElement element)
unmarshal in class XmlAdapter<DoubleElement,Attribute>This work is licensed under a Creative Commons Attribution 4.0 International License.