Uses of Enum Class
org.openhab.core.library.types.NextPreviousType
Packages that use NextPreviousType
-
Uses of NextPreviousType in org.openhab.core.library.items
Methods in org.openhab.core.library.items with parameters of type NextPreviousTypeModifier and TypeMethodDescriptionvoidPlayerItem.send(NextPreviousType command) Send a NEXT/PREVIOUS command to the item.voidPlayerItem.send(NextPreviousType command, @Nullable String source) Send a NEXT/PREVIOUS command to the item. -
Uses of NextPreviousType in org.openhab.core.library.types
Methods in org.openhab.core.library.types that return NextPreviousTypeModifier and TypeMethodDescriptionstatic NextPreviousTypeReturns the enum constant of this class with the specified name.static NextPreviousType[]NextPreviousType.values()Returns an array containing the constants of this enum class, in the order they are declared.