woolpack.typeconvert
クラス PropertyNameGetter

java.lang.Object
  上位を拡張 woolpack.typeconvert.PropertyNameGetter
すべての実装されたインタフェース:
Fn<ConvertContext,String,RuntimeException>

public class PropertyNameGetter
extends Object
implements Fn<ConvertContext,String,RuntimeException>

ConvertContextのプロパティ名を返す関数です。


コンストラクタの概要
PropertyNameGetter()
           
 
メソッドの概要
 String exec(ConvertContext c)
          関数を実行します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PropertyNameGetter

public PropertyNameGetter()
メソッドの詳細

exec

public String exec(ConvertContext c)
インタフェース Fn の記述:
関数を実行します。

定義:
インタフェース Fn<ConvertContext,String,RuntimeException> 内の exec
パラメータ:
c - コンテキスト役。
戻り値:
返却値。


Copyright (C) 2006-2007 Takahiro Nakamura. All rights reserved.