Syntax
set attributes = anyObject.getMetaAttributes();
SemanticsReturns a list of attributes names and values of any object.
Substitutablesattributes

Can be any variable or object attribute having the type Array and array element Attribute.

name contains the name of the attribute, value contains the attribute value.

anyObjectCan be any object.
Examples
set attributesArray = aCustomer.getMetaAttributes();

Example File (Builder project Basic Modeling/ClassOperation):

<your example path>\Basic Modeling\ClassOperation\uml\typeOperations.xml

  • No labels