String getDescription(String uri, Object value, boolean checkParent)String getDescription(String uri, Object value, boolean checkParent)| Name | Type | Description |
|---|---|---|
uri | String | URI of the Domain Model. |
value | Object | Domain Entry Value whose description needs to be retrieved. |
checkParent | boolean | Check for values in parent Domain if any. |
| Type | Description |
|---|---|
String | Description of the domain entry match the given value. |