org.pslx.PpsDocuments.Profile
クラス PropertyProfile

java.lang.Object
  上位を拡張 org.pslx.PpsDocuments.Profile.PropertyProfile

public final class PropertyProfile
extends java.lang.Object

業務プロパティモデル

バージョン:
1.6.004

メソッドの概要
 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
 

メソッドの詳細

getAttributeName

public java.lang.String getAttributeName()
XML属性名を取得します


getMultipleDefinition

public DomainObjectProfile getMultipleDefinition()
                                          throws PpsDocumentsException
プロパティが属する中間オブジェクトの定義情報を取得します

戻り値:
中間オブジェクトの定義情報
例外:
PpsDocumentsException

getName

public java.lang.String getName()
プロパティ名を取得します


getPath

public java.lang.String getPath()
XPathを取得します


isMultiple

public boolean isMultiple()
複数の値を持つかどうかを取得します


getDataType

public Property.DataTypes getDataType()
データ型を取得します


setDataType

public void setDataType(Property.DataTypes value)
データ型を設定します


getMultiLimit

public int getMultiLimit()
複数許可数(0は不許可または無限大)


setMultiLimit

public void setMultiLimit(int value)

getRequired

public java.lang.Boolean getRequired()
必須項目の有無を取得します


getDescription

public java.lang.String getDescription()
任意の説明を取得します


getParent

public DomainObjectProfile getParent()
所属するオブジェクト定義を取得します


setParent

public void setParent(DomainObjectProfile value)
所属するオブジェクト定義を設定します