|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
IProperty createProperty(java.lang.String name)
name
-
IProperty createProperty(java.lang.String name, java.lang.String namespace)
name
- namespace
-
IPropertyValue createPropertyValue(IProperty property, java.lang.Object value)
property
- value
-
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |