All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.mpxj.conceptdraw.schema.Adapter4 Maven / Gradle / Ivy

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.12 at 04:42:45 PM BST
//

package net.sf.mpxj.conceptdraw.schema;

import javax.xml.bind.annotation.adapters.XmlAdapter;

public class Adapter4 extends XmlAdapter
{

   @Override public Double unmarshal(String value)
   {
      return (net.sf.mpxj.conceptdraw.DatatypeConverter.parseDouble(value));
   }

   @Override public String marshal(Double value)
   {
      return (net.sf.mpxj.conceptdraw.DatatypeConverter.printDouble(value));
   }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy