[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] see the model with uml stereotypes and values of their properties
|
Hello, how to see the model in the console with property and value of this
property?
example: i have the model
<model>Data
<<REUSer>><Actor>user1
and this actor has as stereotype REUser whit the property REAccessProb.
In the window properties I see this stereotype, but insted if
write
model.allOwnedElement
thir return all properties of all element of model
example
org.eclipse.uml.ActorIimpl@5555 (name:user1, is public:true,....) but
I don't see REAccessprob:0,6
How I can see this value?
Thank you.