boolean containsValue(String uri, Object value, boolean checkParent)
boolean containsValue(String uri, Object value, boolean checkParent)
Name | Type | Description |
---|---|---|
uri | String | URI of the Domain Model. |
value | Object | Domain Entry Value to check for in the Domain Model. |
checkParent | boolean | Check for values in parent Domain if any. |
Type | Description |
---|---|
boolean | Indicates if the value is part of the Domain Model. |