com.ibm.bpe.api
Interface CustomProperty

All Superinterfaces:
java.io.Serializable

public interface CustomProperty
extends java.io.Serializable

Provides a named custom property.

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
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getName()
          Returns the name of the custom property.
 java.lang.String getValue()
          Returns the value of the custom property.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
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.