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
    • 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.
IBM Business Process ManagerTM
Release 8