OclIsInvalid
No edit summary
m ((username removed) (log details removed): Moving to Documentation namespace)

Revision as of 21:04, 20 December 2023

oclIsInvalid () : Boolean

Returns true if self is equal to *invalid*.

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