|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.pslx.PpsDocuments.Implementions.ImplementAction
public final class ImplementAction
実装アクション定義 クラス
入れ子のクラスの概要 | |
---|---|
static class |
ImplementAction.RoleTypes
役割 |
コンストラクタの概要 | |
---|---|
ImplementAction(DocumentManager manager)
|
|
ImplementAction(DocumentManager manager,
Document.ActionTypes actionType,
ImplementAction.RoleTypes roleType,
int level)
コンストラクタ |
メソッドの概要 | |
---|---|
Document.ActionTypes |
getAction()
アクション種別を取得します |
int |
getLevel()
実装レベルを取得します 0:未実装 1:部分実装 2:フル実装 |
ImplementAction.RoleTypes |
getRole()
役割を取得します |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ImplementAction(DocumentManager manager, Document.ActionTypes actionType, ImplementAction.RoleTypes roleType, int level)
manager
- DocumentManageractionType
- トランザクションの種類roleType
- 役割level
- public ImplementAction(DocumentManager manager)
メソッドの詳細 |
---|
public Document.ActionTypes getAction()
public int getLevel()
public ImplementAction.RoleTypes getRole()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |