If you mean by labels of enum, the strings, then you cannot do that
for an enum.  This is how an enum is
You can use a ring and change / set the strings using the strings
attribute property. For an enum type, this property is a read only.
However you can create a enum type-definition and change its strings,
This would affect all the instances of the type definition.  , and
yes, the strings (of the type def) have to be changed manually

Reply via email to