クラス
org.pslx.PpsDocuments.Constraint.ConstraintTypes の使用

Constraint.ConstraintTypes を使用しているパッケージ
org.pslx.PpsDocuments 業務ドキュメントモデルに対応するクラスのパッケージ 
org.pslx.PpsDocuments.Implementions 実装プロファイルに関連するクラスのパッケージ 
 

org.pslx.PpsDocuments での Constraint.ConstraintTypes の使用
 

Constraint.ConstraintTypes を返す org.pslx.PpsDocuments のメソッド
 Constraint.ConstraintTypes Constraint.getConstraintType()
          制約の種類を取得します
static Constraint.ConstraintTypes Constraint.parseConstraintType(java.lang.String value)
          文字列からConstraintTypes型の値に変換します
static Constraint.ConstraintTypes Constraint.ConstraintTypes.valueOf(java.lang.String name)
          指定した名前を持つこの型の列挙型定数を返します。
static Constraint.ConstraintTypes[] Constraint.ConstraintTypes.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 

Constraint.ConstraintTypes 型のパラメータを持つ org.pslx.PpsDocuments のメソッド
static java.lang.String Constraint.constraintTypeString(Constraint.ConstraintTypes value)
          ConstraintTypes型の値を文字列に変換します
 Constraint Condition.setConstraint(java.lang.String name, java.lang.Object value, Constraint.ConstraintTypes type)
          制約を追加する
 void Constraint.setConstraintType(Constraint.ConstraintTypes constraintType)
          制約の種類を設定します
 

Constraint.ConstraintTypes 型のパラメータを持つ org.pslx.PpsDocuments のコンストラクタ
Constraint(java.lang.Object value, Property.DataTypes dataType, Constraint.ConstraintTypes constraintTypes)
          制約データを生成します
Constraint(Property property, Property.DataTypes dataType, java.lang.Object value, Constraint.ConstraintTypes type)
          制約データを生成します
 

org.pslx.PpsDocuments.Implementions での Constraint.ConstraintTypes の使用
 

Constraint.ConstraintTypes 型のパラメータを持つ org.pslx.PpsDocuments.Implementions のメソッド
 Constraint ImplementEvent.setConstraint(java.lang.Object value, Property.DataTypes dataType, Constraint.ConstraintTypes constraintType)
          制約を追加します