IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

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

All Known Implementing Classes:
PropertyFactory, XpdPropertyFactory

public interface IPropertyFactory

PropertyFactory interface is used to generate property and propertyValue.


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
 

Method Detail

createProperty

IProperty createProperty(java.lang.String name)
Create property according to name

Parameters:
name -
Returns:

createProperty

IProperty createProperty(java.lang.String name,
                         java.lang.String namespace)
Create property according to name and namespace

Parameters:
name -
namespace -
Returns:

createPropertyValue

IPropertyValue createPropertyValue(IProperty property,
                                   java.lang.Object value)
Create property value according to property and value

Parameters:
property -
value -
Returns:

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009