public class LinearDensityAdapter extends XmlAdapter<String,LinearDensity>
| Constructor and Description |
|---|
LinearDensityAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(LinearDensity density) |
LinearDensity |
unmarshal(String field) |
public LinearDensity unmarshal(String field) throws IllegalArgumentException
unmarshal in class XmlAdapter<String,LinearDensity>IllegalArgumentExceptionpublic String marshal(LinearDensity density) throws IllegalArgumentException
marshal in class XmlAdapter<String,LinearDensity>IllegalArgumentExceptionCopyright © 2014–2019 Delft University of Technology. All rights reserved.