com.ibm.bpe.api
Interface CustomProperty
All Superinterfaces:
java.io.Serializable
All known subinterfaces:
- public interface CustomProperty
- extends java.io.Serializable
Custom properties allow a user to add additional properties to an object beyond those provided and managed by the business flow manager.
Since:
6.0
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getName()
Returns the name of the custom property.
|
|
getValue()
Returns the value of the custom property.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getName
- java.lang.String getName()
Returns the name of the custom property.
Returns:
The name of the custom property.
getValue
- java.lang.String getValue()
Returns the value of the custom property.
Returns:
The value of the custom property.