DomainModel.containsValue()

Signature

boolean containsValue(String uri, Object value, boolean checkParent)

Domain

ACTION, CONDITION, QUERY, BUI

Description

Returns if the value exists in the given Domain Model

Parameters

NameTypeDescription
uriStringURI of the Domain Model.
valueObjectDomain Entry Value to check for in the Domain Model.
checkParentbooleanCheck for values in parent Domain if any.

Returns

TypeDescription
booleanIndicates if the value is part of the Domain Model.

Cautions

none