Uses of Class
org.deepsymmetry.beatlink.dbserver.Message.MenuItemType
-
Packages that use Message.MenuItemType Package Description org.deepsymmetry.beatlink.dbserver Provides an interface to the database servers running on Pioneer players. -
-
Uses of Message.MenuItemType in org.deepsymmetry.beatlink.dbserver
Fields in org.deepsymmetry.beatlink.dbserver with type parameters of type Message.MenuItemType Modifier and Type Field Description static Map<Long,Message.MenuItemType>Message. MENU_ITEM_TYPE_MAPAllows a menu item type to be looked up by the value seen in the seventh argument of aMessage.KnownType.MENU_ITEMresponse.Methods in org.deepsymmetry.beatlink.dbserver that return Message.MenuItemType Modifier and Type Method Description Message.MenuItemTypeMessage. getMenuItemType()Extracts the menu item type from aMessage.KnownType.MENU_ITEMresponse.static Message.MenuItemTypeMessage.MenuItemType. valueOf(String name)Returns the enum constant of this type with the specified name.static Message.MenuItemType[]Message.MenuItemType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-