Uses of Enum Class
org.openhab.core.types.RefreshType
Packages that use RefreshType
-
Uses of RefreshType in org.openhab.core.items
Methods in org.openhab.core.items with parameters of type RefreshTypeModifier and TypeMethodDescriptionvoidGenericItem.send(RefreshType command) Send a REFRESH command to the item.voidGenericItem.send(RefreshType command, @Nullable String source) Send a REFRESH command to the item. -
Uses of RefreshType in org.openhab.core.types
Methods in org.openhab.core.types that return RefreshTypeModifier and TypeMethodDescriptionstatic RefreshTypeReturns the enum constant of this class with the specified name.static RefreshType[]RefreshType.values()Returns an array containing the constants of this enum class, in the order they are declared.