Attribute properties and methods
You can use the properties and methods described in this section to create attributes associated with managed elements.
Properties
Table 1 describes the attribute properties for the DLA production API.
| Property | Description |
|---|---|
| name |
The attribute name. |
| value |
The attribute value. |
Methods
Table 2 describes the attribute methods.
| Method | Description |
|---|---|
| create(name, type, value) |
This is a class scope method that creates an instance of IDMLAttribute using the following parameters:
|
| getName() |
Retrieve the name property. |
| getValue() |
Retrieve the value property. |