com.ibm.bpe.api

Interface CustomProperty

All Superinterfaces:
java.io.Serializable
All known subinterfaces:
InlineCustomProperty

  1. public interface CustomProperty
  2. 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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getName()
Returns the name of the custom property.
  1. java.lang.String
getValue()
Returns the value of the custom property.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getName

  1. java.lang.String getName()
Returns the name of the custom property.
Returns:
The name of the custom property.

getValue

  1. java.lang.String getValue()
Returns the value of the custom property.
Returns:
The value of the custom property.