|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.rcp.broker.core.impl.PropertyValue
public class PropertyValue
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 |
---|
protected IProperty property
protected java.lang.Object value
Constructor Detail |
---|
protected PropertyValue()
protected PropertyValue(IProperty property, java.lang.Object value)
property
- property instancevalue
- new valueMethod Detail |
---|
public IProperty getProperty()
IPropertyValue
getProperty
in interface IPropertyValue
public java.lang.Object getValue()
IPropertyValue
getValue
in interface IPropertyValue
public void setProperty(IProperty property)
IPropertyValue
setProperty
in interface IPropertyValue
public void setValue(java.lang.Object value)
IPropertyValue
setValue
in interface IPropertyValue
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |