Skip to main content
Skip table of contents

getMetaAttributes() Operation

Syntax
NONE
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
NONE
set attributesArray = aCustomer.getMetaAttributes();

Example File (Builder project Basic Modeling/ClassOperation):

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

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.