Datatypes::EnumerationLiteral

Header Image
Content:
EnumerationLiteral : Public Class Datatypes, Values
An enumeration literal is a user-defined data value for an enumeration.<br/><br/>Semantics:<br/>An EnumerationLiteral defines an element of the run-time extension of an enumeration data type. An EnumerationLiteral has a name (inherited from EAElement) that can be used to identify it within its Enumeration datatype. The EnumerationLiteral name is scoped and must therefore be unique within its Enumeration. The run-time values corresponding to EnumerationLiterals can be compared for equality.<br/><br/><br/>Notation:<br/>An EnumerationLiteral is typically shown as a name, one per line, in the compartment of the Enumeration notation. <br/><br/>Extension: UML EnumerationLiteral<br/>
  • Associations
  • Associations From
  • Advanced
  • Other Links
Element Source Role Target Role
Enumeration
Class  
Name: literal
The literal (value) of the enumeration.
Name:  
 
Details:
 
Element Source Role Target Role
EAEnumerationValue
Class  
Name:  
 
Name: value
The enumeration value.
Details:
 
Property Value
isFinalSpecialization: 0
Object Type Connection Direction Notes
EAElement Class Generalization To  
Enumeration Class Strong To