|
Syntax |
|
|
|---|---|---|
|
Semantics |
Returns the type of any object it has had at compile-time. To get the type the object has at run-time, use the typeOf() Operation. |
|
|
Substitutables |
|
Can be any variable or object attribute having the type String. Find a list of all build-in type strings on Type Strings. Other, e.g. model specific, types can be referenced via their path in the Service Panel, see example below. |
|
|
Can be any object. |
|
|
Examples |
Assume you have the following class structure:
A type Customer derives from a type Person and adds an additional attribute. Now assume further you have an object of each class (
Other, e.g. model specific, types can be referenced via their path in the Service Panel, e.g. a class Customer that has been defined in a package Service/Classes/Customer would have the following type string: "urn:Service.Classes.Customer". |
|
Related Content
Related Pages: