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

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

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

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

Property.DataTypes 型のパラメータを持つ org.pslx.PpsDocuments のメソッド
static java.lang.String Property.dataTypeString(Property.DataTypes value)
          DataTypes型の値を文字列に変換します
 

Property.DataTypes 型のパラメータを持つ 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 での Property.DataTypes の使用
 

Property.DataTypes を返す org.pslx.PpsDocuments.Implementions のメソッド
 Property.DataTypes ImplementProperty.getDataType()
          データ型を取得します。
 

Property.DataTypes 型のパラメータを持つ org.pslx.PpsDocuments.Implementions のメソッド
 ImplementProperty ImplementDocument.addPropertyExtended(java.lang.String name, java.lang.String title, boolean use, boolean typical, Property.DataTypes dataType, java.lang.String description)
          独自の実装プロパティを追加します
 Constraint ImplementEvent.setConstraint(java.lang.Object value, Property.DataTypes dataType, Constraint.ConstraintTypes constraintType)
          制約を追加します
 void ImplementProperty.setDataType(Property.DataTypes value)
          データ型を指定します。
 

org.pslx.PpsDocuments.Profile での Property.DataTypes の使用
 

Property.DataTypes を返す org.pslx.PpsDocuments.Profile のメソッド
 Property.DataTypes PropertyProfile.getDataType()
          データ型を取得します
 

Property.DataTypes 型のパラメータを持つ org.pslx.PpsDocuments.Profile のメソッド
 PropertyProfile DomainObjectProfile.addUserProperty(java.lang.String propertyName, Property.DataTypes dataType)
          ユーザ独自のプロパティを追加します
 void PropertyProfile.setDataType(Property.DataTypes value)
          データ型を設定します
 PropertyProfile DocumentProfile.setUserProperty(java.lang.String name, Property.DataTypes dataType)
          ユーザ独自のプロパティを定義します。