com.ibm.bpe.api

Interface AttributeMetaData

All Superinterfaces:
AttributeInfo, java.io.Serializable

  1. public interface AttributeMetaData
  2. extends AttributeInfo
Returns the meta data of a query table attribute.
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.lang.String
getDescription(java.util.Locale locale)
Returns the description of the attribute in the requested locale.
  1. java.lang.String
getDisplayName(java.util.Locale locale)
Returns the display name of the attribute in the requested locale.
Methods inherited from interface com.ibm.bpe.api.AttributeInfo
getName, getSourceAttributeName, getSourceQueryTableIdentifier, getSourceQueryTableName, getType, isArray

Field Detail

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

Method Detail

getDisplayName

  1. java.lang.String getDisplayName( java.util.Locale locale)
Returns the display name of the attribute in the requested locale. If there is no display name for the particular locale, the best available match is returned.

Parameters:
locale - The locale for which the display name is to be provided.
Returns:
The display name of the attribute.

getDescription

  1. java.lang.String getDescription( java.util.Locale locale)
Returns the description of the attribute in the requested locale. If there is no description for the particular locale, the best available match is returned.

Parameters:
locale - The locale for which the description is to be provided.
Returns:
The description of the attribute.