EnumerationLiteral : public class
Created: 2010-01-27 16:25:53
Modified: 2010-04-09 17:04:42
Project:
Advanced:
<p>An enumeration literal is a user-defined data value for an enumeration.<br/></p><p><br/></p><p>Semantics:<br/></p><p>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. EnumerationLiteral names are not global and must be qualified for general use. The run-time values corresponding to EnumerationLiterals can be compared for equality.<br/></p><p><br/></p><p><br/></p><p>Notation:<br/></p><p>An EnumerationLiteral is typically shown as a name, one per line, in the compartment of the Enumeration notation. <br/></p><p><br/></p><p>Extension: UML EnumerationLiteral<br/></p>
Element Source Role Target Role Details
Enumeration
Class  
Name: literal
The literal (value) of the enumeration.
Name:  
 
 
Object Type Connection Notes
Enumeration Class Strong  
EAElement Class Generalization