Class DoubleConverter

  • All Implemented Interfaces:
    ej.kf.Converter<java.lang.Double>

    public class DoubleConverter
    extends java.lang.Object
    implements ej.kf.Converter<java.lang.Double>
    A Converter for Double. This converter creates a clone of the original Double.
    • Constructor Summary

      Constructors 
      Constructor Description
      DoubleConverter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Double convert​(java.lang.Double arg0, ej.kf.Feature targetOwner)  
      java.lang.Class<java.lang.Double> getType()  
      • Methods inherited from class java.lang.Object

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

      • DoubleConverter

        public DoubleConverter()
    • Method Detail

      • convert

        public java.lang.Double convert​(java.lang.Double arg0,
                                        ej.kf.Feature targetOwner)
                                 throws java.lang.IllegalAccessError
        Specified by:
        convert in interface ej.kf.Converter<java.lang.Double>
        Throws:
        java.lang.IllegalAccessError
      • getType

        public java.lang.Class<java.lang.Double> getType()
        Specified by:
        getType in interface ej.kf.Converter<java.lang.Double>