OCLOperators OclType
From MDrivenWiki
When used on an object, you get the type of the object.
Use asString to get the name of type, i.e. the class name if it's a class.
For example
self.oclType.asString
When used on an object, you get the type of the object.
Use asString to get the name of type, i.e. the class name if it's a class.
For example
self.oclType.asString