OCLOperators allSuperTypes
(Adding message template to the top of the page) |
(Updated Edited template to July 12, 2025.) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<message>Write the content here to display this box</message> | |||
[[Category:OCL General Operators]] | [[Category:OCL General Operators]] | ||
{{Edited|July|12| | {{Edited|July|12|2025}}Meta information on all the super classes – in the inheritance order of the class. | ||
==== ReturnType: ==== | |||
Collection(System.String) | |||
==== Example: ==== | |||
[[File:allsupertypes-example.png|alt=Example showing OCLoperator allSuperTypes|none|thumb|712x712px]] | |||
Mango.allSuperTypes | |||
Returns | |||
['SysSuperClass', 'Fruit'] | |||
<br /> | |||
Mango.superTypes | |||
Returns | |||
['Fruit'] | |||
==== See also: ==== | |||
* [[Documentation:OCLOperators superTypes|OCLOperators superTypes]] |
Latest revision as of 05:56, 20 January 2025
This page was created by Alexandra on 2017-08-13. Last edited by Edgar on 2025-01-20.
Meta information on all the super classes – in the inheritance order of the class.
ReturnType:
Collection(System.String)
Example:
Mango.allSuperTypes
Returns
['SysSuperClass', 'Fruit']
Mango.superTypes
Returns
['Fruit']