net.w_horse.excelpojo.converter
クラス NothingConverter

java.lang.Object
  上位を拡張 net.w_horse.excelpojo.converter.NothingConverter
すべての実装されたインタフェース:
CellFieldConverter

public class NothingConverter
extends java.lang.Object
implements CellFieldConverter


コンストラクタの概要
NothingConverter()
           
 
メソッドの概要
 java.lang.Object convertCell2Field(java.lang.Object value)
           
 java.lang.Object convertField2Cell(java.lang.Object value)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

NothingConverter

public NothingConverter()
メソッドの詳細

convertField2Cell

public java.lang.Object convertField2Cell(java.lang.Object value)
定義:
インタフェース CellFieldConverter 内の convertField2Cell

convertCell2Field

public java.lang.Object convertCell2Field(java.lang.Object value)
定義:
インタフェース CellFieldConverter 内の convertCell2Field