public abstract class SwitchCase extends ObjectSE
フローグラフのスイッチノード内のケースを表します。SwitchNode を参照してください。
| コンストラクターと説明 |
|---|
SwitchCase() |
| 修飾子と型 | メソッドと説明 |
|---|---|
abstract BooleanSE | getCondition(FacesContext context) この場合は |
abstract StringSE | getFromOutcome()
|
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic abstract StringSE getFromOutcome()
getCondition(javax.faces.context.FacesContext) が true を返す場合に使用される結果を返します。
public abstract BooleanSE getCondition(FacesContext context)
この場合は true を返し、そうでない場合は false を返します。
context - 現在のリクエストの FacesContext。Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.