public class BehaviorInvokePathResult extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected BehaviorInvokeNameResult |
_behaviorInvokeNameResult |
protected String |
_byPassInvokeName |
protected String |
_clientInvokeName |
protected String |
_invokePath |
| コンストラクタと説明 |
|---|
BehaviorInvokePathResult(String invokePath,
BehaviorInvokeNameResult behaviorInvokeNameResult,
String clientInvokeName,
String byPassInvokeName) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
BehaviorInvokeNameResult |
getBehaviorInvokeNameResult() |
String |
getByPassInvokeName() |
String |
getClientInvokeName() |
String |
getInvokePath() |
protected final String _invokePath
protected final BehaviorInvokeNameResult _behaviorInvokeNameResult
protected final String _clientInvokeName
protected final String _byPassInvokeName
public BehaviorInvokePathResult(String invokePath, BehaviorInvokeNameResult behaviorInvokeNameResult, String clientInvokeName, String byPassInvokeName)
public String getInvokePath()
public BehaviorInvokeNameResult getBehaviorInvokeNameResult()
public String getClientInvokeName()
public String getByPassInvokeName()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.