|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.pslx.PpsDocuments.Profile.DocumentProfile
public final class DocumentProfile
業務ドキュメントモデル
メソッドの概要 | |
---|---|
PropertyProfile |
createUserPropertyProfile(java.lang.String name)
指定した名前のユーザ定義プロファイルを生成します |
java.lang.String |
getName()
業務ドキュメント名を取得します |
java.lang.String |
getObjectName()
業務オブジェクト名を取得します |
DomainObjectProfile |
getObjectProfile()
業務オブジェクトプロファイルを取得します |
PropertyProfile |
setUserProperty(java.lang.String name,
Property.DataTypes dataType)
ユーザ独自のプロパティを定義します。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
public PropertyProfile createUserPropertyProfile(java.lang.String name)
name
- プロファイル名
public java.lang.String getName()
public java.lang.String getObjectName()
public DomainObjectProfile getObjectProfile()
public PropertyProfile setUserProperty(java.lang.String name, Property.DataTypes dataType) throws java.text.ParseException
name
- プロパティ名("user:"は不要)dataType
- データ型
java.text.ParseException
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |