org.pslx.PpsDocuments.Implementions
クラス ImplementAction

java.lang.Object
  上位を拡張 org.pslx.PpsDocuments.Implementions.ImplementAction

public final class ImplementAction
extends java.lang.Object

実装アクション定義 クラス

バージョン:
1.6

入れ子のクラスの概要
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
 

コンストラクタの詳細

ImplementAction

public ImplementAction(DocumentManager manager,
                       Document.ActionTypes actionType,
                       ImplementAction.RoleTypes roleType,
                       int level)
コンストラクタ

パラメータ:
manager - DocumentManager
actionType - トランザクションの種類
roleType - 役割
level -

ImplementAction

public ImplementAction(DocumentManager manager)
メソッドの詳細

getAction

public Document.ActionTypes getAction()
アクション種別を取得します


getLevel

public int getLevel()
実装レベルを取得します
0:未実装
1:部分実装
2:フル実装


getRole

public ImplementAction.RoleTypes getRole()
役割を取得します