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