Type details

Overview

Each package can also contain complex types. Each complex type has a page that contains the following list of values:

  • Enumeration—includes name, value, display-name, whether selectable on GUI, and applicable list of classes

  • BitMask—includes bit_name, value, display_name, and whether selectable on the GUI

  • Deployer—specifies how and when deployment occurs

  • DeploymentState—identifies whether the object is deployed or failed

  • List—collection type, ordered collection of values, and duplicates allowed

  • Pointer—object reference, expressed using a fully distinguished name

  • Map—collection type, unordered key-value mapping, and duplicate keys are not allowed

  • Set—collection type, unordered collection of values, and duplicates not allowed

  • Children-Set—set of directly contained children for a specific object

Deployer, DeploymentState, and Children-Set are included in the $core package and can be inherited from other classes.