Class ProjectStatusAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,Project.Status>
-
- it.tidalwave.accounting.exporter.xml.impl.adapters.ProjectStatusAdapter
-
public class ProjectStatusAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,Project.Status>
- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description ProjectStatusAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
marshal(Project.Status v)
Project.Status
unmarshal(java.lang.String v)
-
-
-
Method Detail
-
unmarshal
@Nonnull public Project.Status unmarshal(java.lang.String v)
- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,Project.Status>
-
marshal
@Nonnull public java.lang.String marshal(Project.Status v)
- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,Project.Status>
-
-