|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeInfo
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.
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 |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getName()
AttributeType getType()
boolean isArray()
java.lang.String getSourceAttributeName()
java.lang.String getSourceQueryTableName()
java.lang.String getSourceQueryTableIdentifier()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |