|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryTableMetaData
Provides the meta data of a query table.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.util.List |
getAttributeMetaData()
Returns information about the attributes that are defined on the query table. |
AuthorizationInfo |
getAuthorizationInfo()
Returns information about the authorization that is defined for the query table. |
java.lang.String |
getDescription(java.util.Locale locale)
Returns the description of the query table in the requested locale. |
java.lang.String |
getDisplayName(java.util.Locale locale)
Returns the display name of the query table in the requested locale. |
java.util.List |
getKeyAttributeInfo()
Returns information about the key attributes of the query table. |
QueryTableKind |
getKind()
Returns the kind of the query table. |
java.util.Locale |
getLocale()
Returns the locale that is calculated for the system variable $LOCALE. |
java.util.Locale[] |
getLocales()
Returns the locales of available display names and descriptions. |
java.lang.String |
getName()
Returns the name of the query table. |
java.lang.String |
getPrimaryQueryTableName()
Returns the name of the primary query table. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getName()
java.lang.String getPrimaryQueryTableName()
QueryTableKind getKind()
QueryTableKind
.java.lang.String getDisplayName(java.util.Locale locale)
locale
- The locale for which the display name is to be provided.
java.lang.String getDescription(java.util.Locale locale)
locale
- The locale for which the description is to be provided.
java.util.Locale[] getLocales()
java.util.Locale getLocale()
java.util.List getKeyAttributeInfo()
AttributeInfo
.java.util.List getAttributeMetaData()
AttributeMetaData
.AuthorizationInfo getAuthorizationInfo()
AuthorizationInfo
.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |