com.ibm.task.api
Interface AttributeMetaData
-
- All Superinterfaces:
- AttributeInfo, java.io.Serializable
public interface AttributeMetaData extends AttributeInfo
Returns the meta data of a query table attribute.- Since:
- 7.0
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
-
Method Summary
Methods Modifier and Type Method and Description java.lang.String
getDescription(java.util.Locale locale)
Returns the description of the attribute in the requested locale.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.task.api.AttributeInfo
getName, getSourceAttributeName, getSourceQueryTableIdentifier, getSourceQueryTableName, getType, isArray
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
-
-
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.
-
-