public interface PropertyDefinition extends TypeDefinitionReference
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getDescription()
説明を取得します。
|
String |
getName()
プロパティ名を取得します。
|
Object |
getValue(Object parent)
プロパティの値を取得します。
|
void |
setValue(Object parent,
Object value)
プロパティに対して値を設定します。
|
getTypeId
getListingType, isBasicType, isListable, isRequired
String getName()
void setValue(Object parent, Object value) throws IllegalDataAccessException
parent
- 親オブジェクトvalue
- 値IllegalDataAccessException
- 値の設定に失敗した場合に通知されます。Object getValue(Object parent) throws IllegalDataAccessException
parent
- 親オブジェクトIllegalDataAccessException
- 値の取得に失敗した場合に通知されます。String getDescription()
Copyright © 2012 NTT DATA INTRAMART CORPORATION