woolpack.el
クラス AbstractGettingEL
java.lang.Object
woolpack.el.AbstractGettingEL
- すべての実装されたインタフェース:
- GettingEL
- 直系の既知のサブクラス:
- AbstractEL
public abstract class AbstractGettingEL
- extends Object
- implements GettingEL
GettingELのアダプタです。
適用しているデザインパターン:GettingEL.getValue(Object)(Template Method)がGettingEL.getValue(Object, Class)を呼び出す。
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractGettingEL
public AbstractGettingEL()
getValue
public abstract Object getValue(Object root,
Class toType)
- インタフェース
GettingEL の記述:
- 基点に対し処理を作用させ、結果を変換して返します。
- 定義:
- インタフェース
GettingEL 内の getValue
- パラメータ:
root - 作用の基点。toType - 変換先の型。実装によってこのパラメータが動作に反映されない可能性があります。
- 戻り値:
- 実行結果の値。
getValue
public Object getValue(Object root)
- インタフェース
GettingEL の記述:
- 基点に対し処理を作用させ、結果を返します。
- 定義:
- インタフェース
GettingEL 内の getValue
- パラメータ:
root - 作用の基点。
- 戻り値:
- 実行結果の値。
Copyright (C) 2006-2007 Takahiro Nakamura. All rights reserved.