Enumeration ComponentDataType

Generated

from enum cyclonedx.v1_5.ComponentDataType

Enumeration Members

CONFIGURATION: 1

Parameters or settings that may be used by other components.

Generated

from enum value: COMPONENT_DATA_TYPE_CONFIGURATION = 1;

DATASET: 2

A collection of data.

Generated

from enum value: COMPONENT_DATA_TYPE_DATASET = 2;

DEFINITION: 3

Data that can be used to create new instances of what the definition defines.

Generated

from enum value: COMPONENT_DATA_TYPE_DEFINITION = 3;

OTHER: 4

Any other type of data that does not fit into existing definitions.

Generated

from enum value: COMPONENT_DATA_TYPE_OTHER = 4;

SOURCE_CODE: 0

Any type of code, code snippet, or data-as-code

Generated

from enum value: COMPONENT_DATA_TYPE_SOURCE_CODE = 0;