クラス
org.pslx.PpsDocuments.Error.ErrorTypes の使用

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

org.pslx.PpsDocuments での Error.ErrorTypes の使用
 

Error.ErrorTypes を返す org.pslx.PpsDocuments のメソッド
 Error.ErrorTypes Error.getErrorType()
          エラー種別を取得します
static Error.ErrorTypes Error.parseErrorType(java.lang.String value)
           
static Error.ErrorTypes Error.ErrorTypes.valueOf(java.lang.String name)
          指定した名前を持つこの型の列挙型定数を返します。
static Error.ErrorTypes[] Error.ErrorTypes.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 

Error.ErrorTypes 型のパラメータを持つ org.pslx.PpsDocuments のメソッド
 void Error.setErrorType(Error.ErrorTypes errorType)
          エラー種別を設定します
static java.lang.String Error.toErrorTypeString(Error.ErrorTypes value)