OCLOperators superTypes
No edit summary
(Updated Edited template to July 12, 2025.)
 
Line 1: Line 1:
<message>Write the content here to display this box</message>
<message>Write the content here to display this box</message>
[[Category:OCL General Operators]]
[[Category:OCL General Operators]]
{{Edited|July|12|2024}}Returns a set of all the direct supertypes of the type.
{{Edited|July|12|2025}}Returns a set of all the direct supertypes of the type.


==== ReturnType: ====
==== ReturnType: ====

Latest revision as of 05:59, 20 January 2025

This page was created by Peter on 2019-12-19. Last edited by Edgar on 2025-01-20.

Returns a set of all the direct supertypes of the type.

ReturnType:

Collection(System.String)

Example:

Example showing OCL operator superTypes
Mango.superTypes

Returns

['Fruit']


See also: