Uses of Class
org.openhab.core.library.types.StringType
Packages that use StringType
-
Uses of StringType in org.openhab.core.library.items
Methods in org.openhab.core.library.items with parameters of type StringTypeModifier and TypeMethodDescriptionvoidStringItem.send(StringType command) Send a StringType command to the item.voidStringItem.send(StringType command, @Nullable String source) Send a StringType command to the item. -
Uses of StringType in org.openhab.core.library.types
Fields in org.openhab.core.library.types declared as StringTypeMethods in org.openhab.core.library.types that return StringTypeConstructors in org.openhab.core.library.types with parameters of type StringTypeModifierConstructorDescriptionPointType(StringType latitude, StringType longitude) PointType(StringType latitude, StringType longitude, StringType altitude) StringListType(StringType... rows)