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