OCLOperators notNull
Created by Hans.karlsen on 2017-11-20 · Last edited by Charles on 2025-12-08.
Returns true if the value is not null otherwise false.
Examples
Product.allinstances->first.Name.notNullThis checks that the name attribute is not null, it returns false if it is.
See also: OCLOperators_isNull and OCLOperators_nullValue
