Overview

DeviceTypeIsCertifiedPredicate is a predicate used when listing DeviceTypes. When this predicate is used only those DeviceTypes whose certification flag matches the specified value would be returned.

Members

Show inherited members

Name Type Required Description

isCertified

boolean

Whether or not only the ceritified DeviceTypes are to returned.

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:deviceTypeIsCertifiedPredicate xsi:type="obh:deviceTypeIsCertifiedPredicate" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <isCertified>your_boolean_0</isCertified>
</obh:deviceTypeIsCertifiedPredicate>

Referenced By Representaions

Not Referenced Directly by Representations