IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.broker.core
Interface IPropertyValue

All Known Implementing Classes:
PropertyValue, XpdPropertyValue

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

getProperty

IProperty getProperty()
This method returns the property associated with the property value.

Returns:
the property

setProperty

void setProperty(IProperty property)
This method sets the property associated with the property value.

Parameters:
property -

getValue

java.lang.Object getValue()
This method returns the value associated with the property value.

Returns:
the value

setValue

void setValue(java.lang.Object value)
This method sets the value associated with the property value.

Parameters:
value -

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009