OCLOperators allSuperTypes
Charles Olet (talk | contribs) No edit summary |
Charles Olet (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
['SysSuperClass', 'Fruit'] | ['SysSuperClass', 'Fruit'] | ||
<br /> | <br /> | ||
Mango.superTypes | |||
Returns | |||
['Fruit'] | |||
==== See also: ==== | |||
* [[Documentation:OCLOperators superTypes|OCLOperators superTypes]] |
Revision as of 05:05, 22 August 2024
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']