DomainModel.getDescription()

Signature

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

Domain

ACTION, CONDITION, QUERY, BUI

Description

Returns an domain entry description matching the given value

Parameters

NameTypeDescription
uriStringURI of the Domain Model.
valueObjectDomain Entry Value whose description needs to be retrieved.
checkParentbooleanCheck for values in parent Domain if any.

Returns

TypeDescription
StringDescription of the domain entry match the given value.

Cautions

none