OclIsUndefined
No edit summary
No edit summary
Line 1: Line 1:
Returns true if ''self'' is equal to invalid or null.
Returns true if ''self'' is equal to invalid or null.  
{| class="wikitable"
{| class="wikitable"
!Expression
!Expression

Revision as of 11:10, 28 February 2023

Returns true if self is equal to invalid or null.

Expression Result
let anObject : String = null in anObject.oclIsUndefined() true
let anObject : String = invalid in anObject.oclIsUndefined() true
let anObject : String = 'null' in anObject.oclIsUndefined() false
This page was edited 98 days ago on 02/10/2024. What links here