Interface ConfigStepMenu.SymbolItem
- All Superinterfaces:
ConfigStepMenu.Item
- Enclosing interface:
- ConfigStepMenu
A symbol menu item.
XML tag: "symbol"
-
Method Summary
Modifier and TypeMethodDescriptionA key used to find an alternative title for the menu item.getUUID()
The UUID of the symbol.void
setTitleKey
(String title) void
-
Method Details
-
getUUID
String getUUID()The UUID of the symbol. XML tag: "uuid"- Returns:
- The UUID of the symbol.
-
setUUID
-
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
-