Breadcrumbs

getMetaAttributes() Operation

Syntax

set attributes = anyObject.getMetaAttributes();

Semantics

Returns a list of attributes names and values of any object.

Substitutables

attributes

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

action_language_getmetaattributes_attributes_class.png

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

anyObject

Can be any object.

Examples

set attributesArray = aCustomer.getMetaAttributes();



icon_download_example.png

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



Related Pages: