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