|
|||||||||
前 次 | フレームあり フレームなし |
ImplementProperty を使用しているパッケージ | |
---|---|
org.pslx.PpsDocuments.Implementions | 実装プロファイルに関連するクラスのパッケージ |
org.pslx.PpsDocuments.Implementions での ImplementProperty の使用 |
---|
ImplementProperty を返す org.pslx.PpsDocuments.Implementions のメソッド | |
---|---|
ImplementProperty |
ImplementDocument.addProperty(java.lang.String name,
java.lang.String title,
boolean use,
boolean typical,
boolean multi,
java.lang.String description)
実装プロパティを追加します |
ImplementProperty |
ImplementDocument.addPropertyExtended(java.lang.String name,
java.lang.String title,
boolean use,
boolean typical,
Property.DataTypes dataType,
java.lang.String description)
独自の実装プロパティを追加します |
ImplementProperty |
ImplementDocument.addPropertyLinked(java.lang.String name,
java.lang.String document,
java.lang.String key,
java.lang.String title,
boolean use,
boolean typical,
java.lang.String description)
連結した実装プロパティを追加します |
ImplementProperty |
ImplementDocument.getProperty(java.lang.String name)
指定した名称の業務プロパティの実装定義を取得します。 |
ImplementProperty 型の引数を持つ型を返す org.pslx.PpsDocuments.Implementions のメソッド | |
---|---|
java.util.List<ImplementProperty> |
ImplementDocument.getProperties()
実装プロパティのリストを取得します |
|
|||||||||
前 次 | フレームあり フレームなし |