Editing an Enumerator
- In the "Database" or "Workspace" list, select an enumeration type.
- In the "Contents" field, select an enumerator.
To rename the enumerator, proceed as follows:
- In the Enumeration menu, select Rename.
- Rename the enumerator.
To change the value of the enumerator, proceed as follows:
- In the "Contents" field, double-click in the cell of the Value column you want to edit.
Enter the new value.
Values in an enumeration must be unique integer numbers in the range of [-2147483648 .. 2147483647]. You do not have to use consecutive numbers.
Note
An enumeration that is used to represent AUTOSAR application errors must not use values outside the range of [2 .. 63].
See also