Model element default values

In UML models, a default value is an initial value that you set for an operation parameter or for an instance of an attribute or association, which is created when a classifier is instantiated.

The default value that you can assign to a model element is determined by the type of model element. For example, if an attribute is a Boolean type, then its default value must be true or false.


Feedback