typeOf() Operation
Syntax  | 
  | |
|---|---|---|
Semantics  | Returns the type of any object at run-time. To get the type the object has had at compile-time use the staticTypeOf() 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  | 
        CODE
     
    
 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: