Persistent name of the enumeration attribute
Name of the enumeration literal
Description for the enumeration literal
Color to associate with the responsibility literal
Whether the literal was successfully added or not.
Create a new literal for an existing responsibility attribute
Persistent name of the responsibility attribute
Id of the user or user group to which the literal should refer to
Hex description of the color to associate with the responsibility literal
Whether the literal was successfully added or not.
Get an attribute object by its persistent name
Persistent name of the attribute
The attribute or null if it does not exist
Get a list of all attributes
Get a list of attribute objects assignable to building blocks of a specific type
Persistent name of the building block type
Remove a literal from a enumeration attribute.
Persistent name of the enumeration attribute
Name of the enumeration literal
Whether the literal was successfully deleted or not.
Remove a literal from a responsibility attribute.
Persistent name of the responsibility attribute
Id of the user or user group to which the literal refers to
Whether the literal was successfully deleted or not.
Generated using TypeDoc
Create a new literal for an existing enumeration attribute
// Creates a new enumeration literal "iteratec" for "Manufacturer" with red color api.metamodelApi.createEnumerationLiteral("Manufacturer", "iteratec", "", "FF0000");