[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.m2m] Re: [QVTO] How to handle optional attributes with primitive types?
|
Depending on your use case (and level of control of the Ecore) you might also consider using attributes that are nullable instead of unsettable. These can be checked for null directly in QVT. For booleans use EBooleanObject instead of EBoolean, for enumerations this is done using an additional wrapper EDataType.
Alex