Issue 6889: Automatic casting between strings and enumeration values (ocl2-rtf) Source: France Telecom R&D (Mr. Mariano Belaunde, mariano.belaunde(at)orange.com) Nature: Uncategorized Issue Severity: Summary: Make optional the qualification of enumeration values. Example: Be able to write 'self.aggregationKind="Composite" ' as an alternative to 'self.aggregationKind=AggregationKind::Composite'. Resolution: This seems like a harmless simplification (using OCL's single quotes rather than a Java-like double quotes), but creating a confusion between Strings and EnumerationLiterals may cause confusion when selecting operation overloads. Disposition: Closed, no change Revised Text: Actions taken: January 7, 2004: received issue December 23, 2013: closed issue Discussion: This is a request to improve the language. Better solved in a RTF. End of Annotations:===== SSUE: Automatic casting between strings and enumeration values. Make optional the qualification of enumeration values. Example: Be able to write 'self.aggregationKind="Composite" ' as an alternative to 'self.aggregationKind=AggregationKind::Composite'.