Woolpack API

woolpack.html
クラス SelectedValueUpdater<E extends java.lang.Exception>

java.lang.Object
  上位を拡張 woolpack.html.SelectedValueUpdater<E>
すべての実装されたインタフェース:
Fn<NodeContext,java.lang.Void,E>

public class SelectedValueUpdater<E extends java.lang.Exception>
extends java.lang.Object
implements Fn<NodeContext,java.lang.Void,E>


コンストラクタの概要
SelectedValueUpdater(GettingEL valueEL, GettingEL mapEL)
           
 
メソッドの概要
 java.lang.Void exec(NodeContext context)
          関数を実行します。
 GettingEL getMapEL()
           
 GettingEL getValueEL()
           
 void setMapEL(GettingEL mapEL)
           
 void setValueEL(GettingEL valueEL)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SelectedValueUpdater

public SelectedValueUpdater(GettingEL valueEL,
                            GettingEL mapEL)
メソッドの詳細

exec

public java.lang.Void exec(NodeContext context)
インタフェース Fn の記述:
関数を実行します。

定義:
インタフェース Fn<NodeContext,java.lang.Void,E extends java.lang.Exception> 内の exec
パラメータ:
context - コンテキスト役。
戻り値:
返却値。

getMapEL

public GettingEL getMapEL()

setMapEL

public void setMapEL(GettingEL mapEL)

getValueEL

public GettingEL getValueEL()

setValueEL

public void setValueEL(GettingEL valueEL)

Woolpack API

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