クラス
org.pslx.PpsDocuments.Property.SortTypes の使用

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

org.pslx.PpsDocuments での Property.SortTypes の使用
 

Property.SortTypes を返す org.pslx.PpsDocuments のメソッド
 Property.SortTypes Property.getSortType()
          プロパティの種類を設定します
static Property.SortTypes Property.parseSortType(java.lang.String value)
          文字列からSortTypes型の値に変換します
static Property.SortTypes Property.SortTypes.valueOf(java.lang.String name)
          指定した名前を持つこの型の列挙型定数を返します。
static Property.SortTypes[] Property.SortTypes.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 

Property.SortTypes 型のパラメータを持つ org.pslx.PpsDocuments のメソッド
 void Property.setSortType(Property.SortTypes value)
          プロパティの種類を設定します
static java.lang.String Property.sortTypeString(Property.SortTypes value)
          SortTypes型の値を文字列に変換します