IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.broker.core.impl
Class PropertyValue

java.lang.Object
  extended by com.ibm.btt.rcp.broker.core.impl.PropertyValue
All Implemented Interfaces:
IPropertyValue
Direct Known Subclasses:
XpdPropertyValue

public class PropertyValue
extends java.lang.Object
implements IPropertyValue

PropertyValue class is IPropertyValue implementation class for pure RCP use.


Field Summary
protected  IProperty property
           
protected  java.lang.Object value
           
 
Constructor Summary
protected PropertyValue()
          PropertyValue constructor
protected PropertyValue(IProperty property, java.lang.Object value)
          PropertyValue constructor by property and new vlaue
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

property

protected IProperty property

value

protected java.lang.Object value
Constructor Detail

PropertyValue

protected PropertyValue()
PropertyValue constructor


PropertyValue

protected PropertyValue(IProperty property,
                        java.lang.Object value)
PropertyValue constructor by property and new vlaue

Parameters:
property - property instance
value - new value
Method Detail

getProperty

public IProperty getProperty()
Description copied from interface: IPropertyValue
This method returns the property associated with the property value.

Specified by:
getProperty in interface IPropertyValue
Returns:
the property

getValue

public java.lang.Object getValue()
Description copied from interface: IPropertyValue
This method returns the value associated with the property value.

Specified by:
getValue in interface IPropertyValue
Returns:
the value

setProperty

public void setProperty(IProperty property)
Description copied from interface: IPropertyValue
This method sets the property associated with the property value.

Specified by:
setProperty in interface IPropertyValue

setValue

public void setValue(java.lang.Object value)
Description copied from interface: IPropertyValue
This method sets the value associated with the property value.

Specified by:
setValue in interface IPropertyValue

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011