Class UnitAdapter<S extends DoubleScalarInterface<?,​S>>

    • Constructor Summary

      Constructors 
      Constructor Description
      UnitAdapter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String marshal​(S scalar)
      • Methods inherited from class javax.xml.bind.annotation.adapters.XmlAdapter

        unmarshal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UnitAdapter

        public UnitAdapter()
    • Method Detail

      • marshal

        public java.lang.String marshal​(S scalar)
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​S extends DoubleScalarInterface<?,​S>>