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

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

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

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

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