Interface ConfigStepMenu.SymbolItem

All Superinterfaces:
ConfigStepMenu.Item
Enclosing interface:
ConfigStepMenu

public static interface ConfigStepMenu.SymbolItem extends ConfigStepMenu.Item
A symbol menu item. XML tag: "symbol"
  • Method Details

    • getUUID

      String getUUID()
      The UUID of the symbol. XML tag: "uuid"
      Returns:
      The UUID of the symbol.
    • setUUID

      void setUUID(String uuid)
    • getTitleKey

      String getTitleKey()
      A key used to find an alternative title for the menu item. If this is not specified the title of the symbol is used. XML tag: "titleKey"
      Returns:
      A key used to find an alternative title for the menu item.
    • setTitleKey

      void setTitleKey(String title)