jp.hishidama.lang.reflect.conv
クラス LongConverter

java.lang.Object
  上位を拡張 jp.hishidama.lang.reflect.conv.TypeConverter
      上位を拡張 jp.hishidama.lang.reflect.conv.LongConverter

public class LongConverter
extends TypeConverter

Long変換クラス.

導入されたバージョン:
2010.02.16
作成者:
ひしだま

フィールドの概要
static LongConverter INSTANCE
           
 
コンストラクタの概要
LongConverter()
           
 
メソッドの概要
 Long convert(Object object)
          型変換.
 int match(Object obj)
          型がマッチしている度合いを返す。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

INSTANCE

public static final LongConverter INSTANCE
コンストラクタの詳細

LongConverter

public LongConverter()
メソッドの詳細

match

public int match(Object obj)
クラス TypeConverter の記述:
型がマッチしている度合いを返す。

定義:
クラス TypeConverter 内の match
パラメータ:
obj - オブジェクト
戻り値:
合致度(大きいほどマッチしている)

convert

public Long convert(Object object)
クラス TypeConverter の記述:
型変換.

定義:
クラス TypeConverter 内の convert
パラメータ:
object - オブジェクト
戻り値:
変換後オブジェクト