Interface ILocalizableInfo

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDisplayName()
      Returns the display name if the resource key of display name is available.
      java.lang.String getDisplayNameKey()
      Returns the resource key for display name.
      java.lang.String getName()
      Returns the definition name.
      java.lang.String getToolTip()
      Returns the tool tip if the resource key of tool tip is available.
      java.lang.String getToolTipKey()
      Returns the resource key for tool tip.
    • Method Detail

      • getDisplayNameKey

        java.lang.String getDisplayNameKey()
        Returns the resource key for display name.
        Returns:
        the resource key for display name
      • getName

        java.lang.String getName()
        Returns the definition name.
        Returns:
        the name of this definition
      • getToolTipKey

        java.lang.String getToolTipKey()
        Returns the resource key for tool tip.
        Returns:
        the resource key for tool tip
      • getDisplayName

        java.lang.String getDisplayName()
        Returns the display name if the resource key of display name is available. Otherwise, return empty string.
        Returns:
        the display name
      • getToolTip

        java.lang.String getToolTip()
        Returns the tool tip if the resource key of tool tip is available. Otherwise, return empty string.
        Returns:
        the tool tip