JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.openhab.core.items.Metadata
Packages that use
Metadata
Package
Description
org.openhab.core.items
Uses of
Metadata
in
org.openhab.core.items
Methods in
org.openhab.core.items
that return types with arguments of type
Metadata
Modifier and Type
Method
Description
static
Predicate
<
Metadata
>
MetadataPredicates.
hasNamespace
(
String
namespace)
Creates a
Predicate
which can be used to filter
Metadata
for a given namespace.
static
Predicate
<
Metadata
>
MetadataPredicates.
ofItem
(
String
itemname)
Creates a
Predicate
which can be used to filter
Metadata
of a given item.