Package com.microej.kf.util
Class ByteConverter
- java.lang.Object
-
- com.microej.kf.util.ByteConverter
-
- All Implemented Interfaces:
ej.kf.Converter<java.lang.Byte>
public class ByteConverter extends java.lang.Object implements ej.kf.Converter<java.lang.Byte>AConverterforByte. This converter creates a clone of the originalByte.
-
-
Constructor Summary
Constructors Constructor Description ByteConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Byteconvert(java.lang.Byte arg0, ej.kf.Feature targetOwner)java.lang.Class<java.lang.Byte>getType()
-
-
-
Method Detail
-
convert
public java.lang.Byte convert(java.lang.Byte arg0, ej.kf.Feature targetOwner) throws java.lang.IllegalAccessError- Specified by:
convertin interfaceej.kf.Converter<java.lang.Byte>- Throws:
java.lang.IllegalAccessError
-
getType
public java.lang.Class<java.lang.Byte> getType()
- Specified by:
getTypein interfaceej.kf.Converter<java.lang.Byte>
-
-