IBM WebSphere Application ServerTM
Release 7

com.ibm.bpe.api
Interface KeyAttributes

All Superinterfaces:
java.io.Serializable

public interface KeyAttributes
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
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.util.List getKeyAttributeInfo()
          Returns information about the key attributes.
 java.io.Serializable[] getValues()
          Returns the values of the key attributes.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getValues

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

Returns:
Serializable[] - the values of the key attributes.

getKeyAttributeInfo

java.util.List getKeyAttributeInfo()
Returns information about the key attributes.

Returns:
List - a list of AttributeInfo objects describing the key attributes.

IBM WebSphere Application ServerTM
Release 7