🚀 Welcome to MDriven Learn –  MDriven is now on Discord!  Don’t miss the latest Release Notes.
OCLOperators allSuperTypes
This page was created by Alexandra on 2017-08-13. Last edited by Edgar on 2025-08-31.


Meta information on all the super classes – in the inheritance order of the class.

ReturnType:

Collection(System.String)

Example:

Example showing OCLoperator allSuperTypes
Mango.allSuperTypes

Returns

['SysSuperClass', 'Fruit']


Mango.superTypes

Returns

['Fruit']

See also: