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