JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.openhab.core.semantics.Point
Packages that use
Point
Package
Description
org.openhab.core.model.script.actions
org.openhab.core.semantics
Uses of
Point
in
org.openhab.core.model.script.actions
Methods in
org.openhab.core.model.script.actions
that return types with arguments of type
Point
Modifier and Type
Method
Description
static @Nullable
Class
<? extends
Point
>
Semantics.
getPointType
(
Item
item)
Gets the
Point
type an
Item
.
Uses of
Point
in
org.openhab.core.semantics
Methods in
org.openhab.core.semantics
that return types with arguments of type
Point
Modifier and Type
Method
Description
static @Nullable
Class
<? extends
Point
>
SemanticTags.
getPoint
(
Item
item)
Determines the semantic
Point
type of an
Item
.