|
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 IProperty
The property interface, it is designed to match both RCP and Expeditor property types.
Field Summary | |
---|---|
static int |
IN
IN indicates that property is produced. |
static int |
OUT
OUT indicates that property is consumed. |
Method Summary | |
---|---|
java.lang.String |
getClassName()
This method returns the fully qualified java class name for the property object. |
java.lang.String |
getDefaultValue()
This method retuns the default value for the property. |
java.lang.String |
getDescription()
This method returns the description for this property. |
int |
getDirection()
This method returns whether the property is produced or consumed. |
java.lang.String |
getName()
This method returns the name of the property. |
java.lang.String |
getNamespace()
This method returns the namespace of the property |
java.lang.Object |
getOwnerId()
This method returns the property owner which registered this property. |
java.lang.String |
getTitle()
This method returns the property title |
java.lang.String |
getType()
This method returns the property type |
void |
setClassName(java.lang.String className)
This method sets the fully qualified java class name for the property object. |
void |
setDefaultValue(java.lang.String defaultValue)
This method sets the default value for the property. |
void |
setDescription(java.lang.String desc)
This method sets the description for this property. |
void |
setDirection(int direction)
This method sets whether the property is produced or consumed. |
void |
setName(java.lang.String name)
This method sets the name of the property. |
void |
setNamespace(java.lang.String namespace)
This method sets the namespace of the property |
void |
setOwnerId(java.lang.Object ownerId)
This method sets the property owner which registered this property. |
void |
setTitle(java.lang.String title)
This method sets the property title |
void |
setType(java.lang.String type)
This method sets the property type |
Field Detail |
---|
static final int IN
IN
indicates that property is produced.
static final int OUT
OUT
indicates that property is consumed.
Method Detail |
---|
java.lang.String getName()
void setName(java.lang.String name)
name
- the namejava.lang.String getType()
void setType(java.lang.String type)
type
- java.lang.String getNamespace()
void setNamespace(java.lang.String namespace)
namespace
- the namespacejava.lang.String getClassName()
void setClassName(java.lang.String className)
classname
- int getDirection()
void setDirection(int direction)
direction
- java.lang.String getTitle()
void setTitle(java.lang.String title)
title
- property titlejava.lang.String getDescription()
void setDescription(java.lang.String desc)
desc
- the descriptionjava.lang.String getDefaultValue()
void setDefaultValue(java.lang.String defaultValue)
defaultValue
- the default valuejava.lang.Object getOwnerId()
void setOwnerId(java.lang.Object ownerId)
ownerId
- property owner
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |