com.ibm.bpe.api
Interface AttributeMetaData
All Superinterfaces:
AttributeInfo, java.io.Serializable
- public interface AttributeMetaData
- extends AttributeInfo
Since:
6.2.0.1
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getDescription(java.util.Locale locale)
Returns the description of the attribute in the requested locale.
|
|
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
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getDisplayName
- 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
- 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.