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