Class FileTypeAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<String,BaseFileItem.Type>
-
- org.apache.openmeetings.db.bind.adapter.FileTypeAdapter
-
public class FileTypeAdapter extends XmlAdapter<String,BaseFileItem.Type>
-
-
Constructor Summary
Constructors Constructor Description FileTypeAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringmarshal(BaseFileItem.Type v)BaseFileItem.Typeunmarshal(String v)
-
-
-
Method Detail
-
marshal
public String marshal(BaseFileItem.Type v) throws Exception
- Specified by:
marshalin classXmlAdapter<String,BaseFileItem.Type>- Throws:
Exception
-
unmarshal
public BaseFileItem.Type unmarshal(String v) throws Exception
- Specified by:
unmarshalin classXmlAdapter<String,BaseFileItem.Type>- Throws:
Exception
-
-