OCLOperators superTypes
No edit summary
No edit summary
Line 10: Line 10:
  Mango.superTypes
  Mango.superTypes
Returns
Returns
  Fruit
  ['Fruit']
<br />
<br />



Revision as of 04:48, 22 August 2024

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: