Uses of Interface
org.openhab.core.types.Type
Packages that use Type
Package
Description
-
Uses of Type in org.openhab.core.library.types
Classes in org.openhab.core.library.types that implement TypeModifier and TypeClassDescriptionclassclassThe decimal type uses a BigDecimal internally and thus can be used for integers, longs and floating point numbers alike.classThe HSBType is a complex type with constituents for hue, saturation and brightness and can be used for color items.enumenumThis type is used by thePlayerItem.enumenumclassThe PercentType extends theDecimalTypeby putting constraints for its value on top (0-100).enumThis type is used by thePlayerItem.classThis type can be used for items that are dealing with GPS or location awareness functionality.classQuantityType<T extends javax.measure.Quantity<T>>Command type for measurable quantities, such as: Mass Time Distance Speed Temperature Electric Current Electric Potential Energy Power Data AmountclassThis type can be used for all binary data such as images, documents, sounds etc.enumThis type is used by thePlayerItem.enumclassThis type can be used for items that are dealing with telephony functionality.classenum -
Uses of Type in org.openhab.core.model.script.interpreter
Methods in org.openhab.core.model.script.interpreter that return TypeModifier and TypeMethodDescriptionprotected TypeScriptInterpreter.getStateOrCommand(String name) -
Uses of Type in org.openhab.core.model.script.lib
Methods in org.openhab.core.model.script.lib with parameters of type TypeModifier and TypeMethodDescriptionstatic booleanNumberExtensions.operator_equals(Type type, Number x) static booleanNumberExtensions.operator_greaterEqualsThan(Type type, Number x) static booleanNumberExtensions.operator_greaterThan(Type type, Number x) static booleanNumberExtensions.operator_lessEqualsThan(Type type, Number x) static booleanNumberExtensions.operator_lessThan(Type type, Number x) static booleanNumberExtensions.operator_notEquals(Type type, Number x) -
Uses of Type in org.openhab.core.model.script.scoping
Fields in org.openhab.core.model.script.scoping with type parameters of type TypeMethods in org.openhab.core.model.script.scoping that return types with arguments of type Type -
Uses of Type in org.openhab.core.types
Subinterfaces of Type in org.openhab.core.typesModifier and TypeInterfaceDescriptioninterfaceThis is a marker interface for all command types.interfaceA complex type consists out of a sorted list of primitive constituents.interfaceA primitive type consists of a single value like a string, a number, etc.interfaceThis is a marker interface for all state types.Classes in org.openhab.core.types that implement TypeModifier and TypeClassDescriptionenumenumThere are situations when item states do not have any defined value.Methods in org.openhab.core.types that return Type