|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.pslx.PpsDocuments.Profile.PropertyProfile
public final class PropertyProfile
業務プロパティモデル
メソッドの概要 | |
---|---|
java.lang.String |
getAttributeName()
XML属性名を取得します |
Property.DataTypes |
getDataType()
データ型を取得します |
java.lang.String |
getDescription()
任意の説明を取得します |
int |
getMultiLimit()
複数許可数(0は不許可または無限大) |
DomainObjectProfile |
getMultipleDefinition()
プロパティが属する中間オブジェクトの定義情報を取得します |
java.lang.String |
getName()
プロパティ名を取得します |
DomainObjectProfile |
getParent()
所属するオブジェクト定義を取得します |
java.lang.String |
getPath()
XPathを取得します |
java.lang.Boolean |
getRequired()
必須項目の有無を取得します |
boolean |
isMultiple()
複数の値を持つかどうかを取得します |
void |
setDataType(Property.DataTypes value)
データ型を設定します |
void |
setMultiLimit(int value)
|
void |
setParent(DomainObjectProfile value)
所属するオブジェクト定義を設定します |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
public java.lang.String getAttributeName()
public DomainObjectProfile getMultipleDefinition() throws PpsDocumentsException
PpsDocumentsException
public java.lang.String getName()
public java.lang.String getPath()
public boolean isMultiple()
public Property.DataTypes getDataType()
public void setDataType(Property.DataTypes value)
public int getMultiLimit()
public void setMultiLimit(int value)
public java.lang.Boolean getRequired()
public java.lang.String getDescription()
public DomainObjectProfile getParent()
public void setParent(DomainObjectProfile value)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |