[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.uml2] NULL values on stereotype properties

Kenn,
I forgot about complex types. Sorry for that.

The case I actually need is user defined PrimitiveTypes (which are not supported as stereotype properties). My current circumvention to that is to use the UML built-in PrimitiveTypes, which don't support NULL. Sigh...

I'll open a requirement for NULL.

Andy


Kenn Hussey wrote:
Andreas,

UML2 also supports complex types for stereotype properties (including references to metaclasses or other stereotypes, as of the 2.0 release); NULL is a valid value for a stereotype property typed by a complex type, but not by a primitive or enumeration type because of intrinsic defaults.

Kenn

"Andreas Maier" <maiera@xxxxxxxxxx> wrote in message news:eicfhk$6dn$1@xxxxxxxxxxxxxxxxxxxx
Kenn,
My understanding is that UML2 does not support anything else but primitive types on stereotype properties at this point. Is that correct ?


If so, that would boil down to NULL not being supported on stereotype properties.

Andy


Kenn Hussey wrote:
Andreas,

Yes, as long as the property is not typed by a primitive type (a primitive types have intrinsic defaults in Java).

Kenn

"Andreas Maier" <maiera@xxxxxxxxxx> wrote in message news:ehogqo$bk1$1@xxxxxxxxxxxxxxxxxxxx
Hi,
does UML2 support NULL values on stereotype properties ?

Andy