Book a Demo

Author Topic: What is the most basic metatype?  (Read 4690 times)

Luigi2021

  • EA User
  • **
  • Posts: 34
  • Karma: +0/-0
    • View Profile
What is the most basic metatype?
« on: January 04, 2022, 12:48:25 am »
Hi,

What is the most basic metatype which I can use to create my own type?

Thanks in advance!


Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: What is the most basic metatype?
« Reply #1 on: January 04, 2022, 01:29:32 am »
From a UML metamodel perspective that would be Element, but EA doesn't offer that as an option.

When I'm not sure which one to take I usually go for Class, as it is the most versatile (in case you decide later you need attributes, or operations, or something like that)

Geert

Luigi2021

  • EA User
  • **
  • Posts: 34
  • Karma: +0/-0
    • View Profile
Re: What is the most basic metatype?
« Reply #2 on: January 04, 2022, 02:17:55 am »
Works great! Thank you!