com.ibm.bpe.api

Interface KeyAttributes

All Superinterfaces:
java.io.Serializable

  1. public interface KeyAttributes
  2. extends java.io.Serializable
Provides information about key attributes.

A key attribute is part of an entity which is returned as a result of a query against a query table.

Since:
6.2.0.1

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.util.List
getKeyAttributeInfo()
Returns information about the key attributes.
  1. java.io.Serializable[]
getValues()
Returns the values of the key attributes.

Field Detail

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

Method Detail

getValues

  1. java.io.Serializable[] getValues( )
Returns the values of the key attributes.
Returns:
Serializable[] - the values of the key attributes.

getKeyAttributeInfo

  1. java.util.List getKeyAttributeInfo( )
Returns information about the key attributes.
Returns:
List - a list of AttributeInfo objects describing the key attributes.