Class LongConverter

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

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

      Constructors 
      Constructor Description
      LongConverter()  
    • Method Summary

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

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

      • LongConverter

        public LongConverter()
    • Method Detail

      • convert

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

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