EnumTypeName |
Enumerated type name |
Optional. If no enumerated type name is specified, the enumerated type in context is used. If no enumerated type is in context, an error occurs. |
Specifies the existing enumerated type to be altered. |
Name |
Expression<Identifier> or Expression<Dictionary<Identifier>> |
Optional. If no name is specified, the current one is maintained. |
Specifies the new name of the enumerated type, either as an identifier or in multilingual dictionary format. |
Container |
Package name |
Optional. If no container or "none" is specified, the current one is maintained. |
Specifies the package where to put the enumerated type, or "none" for no package. |
none |
|
Optional. If this is specified, then Container cannot be specified. |
Specifies that the enumerated type is to be put outside any packages. |
Definition |
Expression<Text> or Expression<Dictionary<Text>> |
Optional. If no definition is specified, the current one is maintained. |
Specifies the new definition of the enumerated type. |
Comments |
Expression<Text> or Expression<Dictionary<Text>> |
Optional. If no commments are specified, the current ones are maintained. |
Specifies the new commments for the enumerated type. |
WithoutTagList |
Element name list |
Optional. If no tags are specified, no tags are removed. |
Specifies the tags to remove from the enumerated type. |
WithTagList |
Element name list |
Optional. If no tags are specified, no tags are added. |
Specifies the tags to add to the enumerated type. |