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