getMenuOptionList method

Set<MenuOption> getMenuOptionList()

Implementation

Set<MenuOption> getMenuOptionList() {
  return menuList;
}