company logo

ObjectVariables - Object variables valid in functional model

Enumarators overview

Enumerator details

  1. GV_undefined - Variable type undefined
    Code: 0
    to list
  2. GV_PROJECT - Global project variable

    The global variable refers to a project instance or project collection.

    Code: 1
    to list
  3. GV_MODULE - Global module variable

    The global variable refers to a module instance or module collection.

    Code: 2
    to list
  4. GV_CLASS - Global class variable

    The global variable refers to a class instance or class collection.

    Code: 3
    to list
  5. GV_FUNCTION - Global function variable

    The global variable refers to a function instance or function collection.

    Code: 4
    to list
  6. 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