|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPropertyValue
IPropertyValue interface wrap property and its value together.
Method Summary | |
---|---|
IProperty |
getProperty()
This method returns the property associated with the property value. |
java.lang.Object |
getValue()
This method returns the value associated with the property value. |
void |
setProperty(IProperty property)
This method sets the property associated with the property value. |
void |
setValue(java.lang.Object value)
This method sets the value associated with the property value. |
Method Detail |
---|
IProperty getProperty()
void setProperty(IProperty property)
property
- java.lang.Object getValue()
void setValue(java.lang.Object value)
value
-
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |