What are the default values for meta model slots? #2147
Unanswered
candleindark
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Some metamodel elements will have If it doesn't have this you can assume there is no default Booleans are a special case and this should be better documented: rather than thinking of these having a default of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a systematic way to look up the default value for a meta model slot?
I know that the
required
meta model slot has a default offalse
from experimentation and thedefault_range
slot has a default ofstring
from documentation. However, I haven't found a way look up the default value for an arbitrary meta model slot. Is there such a way? If there is, what is it?Ping @djarecka
Beta Was this translation helpful? Give feedback.
All reactions