Uses of Interface
org.openhab.core.types.Type
Package
Description
-
Uses of Type in org.openhab.core.library.types
Modifier and TypeClassDescriptionclass
class
The decimal type uses a BigDecimal internally and thus can be used for integers, longs and floating point numbers alike.class
The HSBType is a complex type with constituents for hue, saturation and brightness and can be used for color items.enum
enum
This type is used by thePlayerItem
.enum
enum
class
The PercentType extends theDecimalType
by putting constraints for its value on top (0-100).enum
This type is used by thePlayerItem
.class
This type can be used for items that are dealing with GPS or location awareness functionality.class
QuantityType<T extends javax.measure.Quantity<T>>
The measure type extends DecimalType to handle physical unit measurementclass
This type can be used for all binary data such as images, documents, sounds etc.enum
This type is used by thePlayerItem
.enum
class
This type can be used for items that are dealing with telephony functionality.class
enum
-
Uses of Type in org.openhab.core.model.script.interpreter
Modifier and TypeMethodDescriptionprotected Type
ScriptInterpreter.getStateOrCommand
(String name) -
Uses of Type in org.openhab.core.model.script.lib
Modifier and TypeMethodDescriptionstatic boolean
NumberExtensions.operator_equals
(Type type, Number x) static boolean
NumberExtensions.operator_greaterEqualsThan
(Type type, Number x) static boolean
NumberExtensions.operator_greaterThan
(Type type, Number x) static boolean
NumberExtensions.operator_lessEqualsThan
(Type type, Number x) static boolean
NumberExtensions.operator_lessThan
(Type type, Number x) static boolean
NumberExtensions.operator_notEquals
(Type type, Number x) -
Uses of Type in org.openhab.core.model.script.scoping
-
Uses of Type in org.openhab.core.types
Modifier and TypeInterfaceDescriptioninterface
This is a marker interface for all command types.interface
A complex type consists out of a sorted list of primitive constituents.interface
A primitive type consists of a single value like a string, a number, etc.interface
This is a marker interface for all state types.Modifier and TypeClassDescriptionenum
enum
There are situations when item states do not have any defined value.