public class Adapter8 extends XmlAdapter<String,LockMode>
| Constructor and Description |
|---|
Adapter8() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(LockMode value)
Convert a bound type to a value type.
|
LockMode |
unmarshal(String value)
Convert a value type to a bound type.
|
public LockMode unmarshal(String value)
XmlAdapterunmarshal in class XmlAdapter<String,LockMode>value - The value to be converted. Can be null.public String marshal(LockMode value)
XmlAdaptermarshal in class XmlAdapter<String,LockMode>value - The value to be convereted. Can be null.Copyright © 2018 JBoss by Red Hat. All rights reserved.