クラス
org.pslx.PpsDocuments.Selection.SelectionTypes の使用

Selection.SelectionTypes を使用しているパッケージ
org.pslx.PpsDocuments 業務ドキュメントモデルに対応するクラスのパッケージ 
 

org.pslx.PpsDocuments での Selection.SelectionTypes の使用
 

Selection.SelectionTypes を返す org.pslx.PpsDocuments のメソッド
 Selection.SelectionTypes Selection.getSelectionType()
          セレクションの種別を取得します
static Selection.SelectionTypes Selection.parseSelectionType(java.lang.String value)
          文字列からSelectionTypes型の値に変換します
static Selection.SelectionTypes Selection.SelectionTypes.valueOf(java.lang.String name)
          指定した名前を持つこの型の列挙型定数を返します。
static Selection.SelectionTypes[] Selection.SelectionTypes.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 

Selection.SelectionTypes 型のパラメータを持つ org.pslx.PpsDocuments のメソッド
 Selection Document.createSelection(Selection.SelectionTypes type)
          選択項目指定のためのセレクションを生成し追加する
static java.lang.String Selection.selectionTypeString(Selection.SelectionTypes value)
          SelectionTypes型の値を文字列に変換します
 void Selection.setSelectionType(Selection.SelectionTypes value)
          セレクションの種別を設定します