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

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

public class FloatConverter
extends TypeConverter

Float変換クラス.

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

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

フィールドの詳細

INSTANCE

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

FloatConverter

public FloatConverter()
メソッドの詳細

match

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

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

convert

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

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