EAValue is an abstract element with concrete elements used to store typed values in the model. Some of the specializations correspond to UML2 literal specifications EAValue corresponds to UML2 Value Specification which is a typed element.<br/><br/>The EAValue does not have a name and is contained where a value is modeled.<br/><br/>Semantics:<br/>The semantics of this element is defined by the element typed by the corresponding EADatatype.<br/><br/>Extension:<br/>UML2:ValueSpecification<br/>
Name: uaValue
An ordered set of values attached to the element given by association "attributedElement". These values must conform in number, order and datatype to the user attribute definitions of the UserElementTypes given by association "uaType" (in depth-first order).
Name: defaultValue
Optional default value of the UserAttributeDefinition. The EAValue shall be typed by the same EADatatype as the UserAttributeDefinition.
Name: featureParameter
For parameterized features, this specifies the default value of the feature's parameter. The EADatatatype connected to the EAValue specifies the respective datatype.