public class PressureUnitAdapter extends XmlAdapter<String,PressureUnit>
| Constructor and Description |
|---|
PressureUnitAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(PressureUnit v) |
PressureUnit |
unmarshal(String v) |
public PressureUnit unmarshal(String v) throws Exception
unmarshal in class XmlAdapter<String,PressureUnit>Exceptionpublic String marshal(PressureUnit v) throws Exception
marshal in class XmlAdapter<String,PressureUnit>ExceptionCopyright © 2016. All rights reserved.