OCLOperators allSuperTypes
(Automatically adding template at the end of the page.)
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Meta information on all the super classes – in the inheritance order of the class.
<message>Write the content here to display this box</message>
[[Category:OCL General Operators]]
[[Category:OCL General Operators]]
{{Edited|July|12|2024}}
{{Edited|July|12|2024}}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:05, 22 August 2024

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:

This page was edited 28 days ago on 08/22/2024. What links here