ObjectVariables - Object variables valid in functional model
Enumarators overview
- GV_CLASS
 (3) - Global class variable
 
- GV_FUNCTION
 (4) - Global function variable
 
- GV_IMPL
 (5) - Global function implementation variable
 
- GV_MODULE
 (2) - Global module variable
 
- GV_PROJECT
 (1) - Global project variable
 
- GV_undefined
 (0) - Variable type undefined
 
Enumerator details
- 
GV_PROJECT - Global project variable
 The global variable refers to a project instance or project collection. Code: 1
 to list
- 
GV_MODULE - Global module variable
 The global variable refers to a module instance or module collection. Code: 2
 to list
- 
GV_CLASS - Global class variable
 The global variable refers to a class instance or class collection. Code: 3
 to list
- 
GV_FUNCTION - Global function variable
 The global variable refers to a function instance or function collection. Code: 4
 to list
- 
GV_IMPL - Global function implementation variable
 The global variable refers to a function implementation instance or to a collection of function implementations. Code: 5
 to list

