IBM WebSphere Application ServerTM
Release 8

com.ibm.bpe.api
Interface AttributeInfo

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
AttributeMetaData

public interface AttributeInfo
extends java.io.Serializable

Provides information about an attribute of a query table.

An attribute is part of an entity or row which is returned as a result of a query against a query table.

Since:
6.2.0.1 - introduced in 6.2

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getName()
          Returns the name of the attribute.
 java.lang.String getSourceAttributeName()
          Returns the name of the source attribute.
 java.lang.String getSourceQueryTableIdentifier()
          Returns the identifier of the query table that is the source of the attribute.
 java.lang.String getSourceQueryTableName()
          Returns the name of the query table that is the source of the attribute.
 AttributeType getType()
          Returns the type of the attribute.
 boolean isArray()
          States whether the attribute is an array.
 

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 attribute.

Returns:
The name of the attribute.

getType

AttributeType getType()
Returns the type of the attribute.

Returns:
The type of the attribute.

isArray

boolean isArray()
States whether the attribute is an array.

Returns:
boolean - True states that the attribute is an array of values. False states that the attribute is no array.

getSourceAttributeName

java.lang.String getSourceAttributeName()
Returns the name of the source attribute.

Returns:
The name of the source attribute.
Since:
6.2.0.1

getSourceQueryTableName

java.lang.String getSourceQueryTableName()
Returns the name of the query table that is the source of the attribute.

Returns:
The name of the source query table.
Since:
6.2.0.1

getSourceQueryTableIdentifier

java.lang.String getSourceQueryTableIdentifier()
Returns the identifier of the query table that is the source of the attribute.

Returns:
The identifier of the source query table.
Since:
6.2.0.1

IBM WebSphere Application ServerTM
Release 8