Class Adapter4


  • public class Adapter4
    extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​EntityMode>
    • Constructor Summary

      Constructors 
      Constructor Description
      Adapter4()  
    • Constructor Detail

      • Adapter4

        public Adapter4()
    • Method Detail

      • unmarshal

        public EntityMode unmarshal​(java.lang.String value)
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​EntityMode>
      • marshal

        public java.lang.String marshal​(EntityMode value)
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​EntityMode>