IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

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

java.lang.Object
  extended by com.ibm.btt.rcp.broker.core.impl.PropertyFactory
All Implemented Interfaces:
IPropertyFactory

public class PropertyFactory
extends java.lang.Object
implements IPropertyFactory

This PropertyFactory is IPropertyFactory implementation class for pure RCP use.


Constructor Summary
PropertyFactory()
           
 
Method Summary
 IProperty createProperty(java.lang.String name)
          Create property according to name
 IProperty createProperty(java.lang.String name, java.lang.String namespace)
          Create property according to name and namespace
 IPropertyValue createPropertyValue(IProperty property, java.lang.Object value)
          Create property value according to property and value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyFactory

public PropertyFactory()
Method Detail

createProperty

public IProperty createProperty(java.lang.String name)
Description copied from interface: IPropertyFactory
Create property according to name

Specified by:
createProperty in interface IPropertyFactory
Returns:

createProperty

public IProperty createProperty(java.lang.String name,
                                java.lang.String namespace)
Description copied from interface: IPropertyFactory
Create property according to name and namespace

Specified by:
createProperty in interface IPropertyFactory
Returns:

createPropertyValue

public IPropertyValue createPropertyValue(IProperty property,
                                          java.lang.Object value)
Description copied from interface: IPropertyFactory
Create property value according to property and value

Specified by:
createPropertyValue in interface IPropertyFactory
Returns:

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010