RelationshipNoteType

enum RelationshipNoteType : Enum<RelationshipNoteType> , ConvertibleToJava<RelationshipNoteType>

The type of relationship between the source and target SPDX elements

Entries

Link copied to clipboard
Link copied to clipboard

Is to be used when SPDXRef-DOCUMENT describes SPDXRef-A

Link copied to clipboard

Is to be used when SPDXRef-A is described by SPDXREF-Document

Link copied to clipboard

Is to be used when SPDXRef-A contains SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is contained by SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A depends on SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is dependency of SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is a manifest file that lists a set of dependencies for SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is a build dependency of SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is a development dependency of SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is an optional dependency of SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is a to be provided dependency of SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is a test dependency of SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is a dependency required for the execution of SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is an example of SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A generates SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A was generated from SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is an ancestor (same lineage but pre-dates) SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is a descendant of (same lineage but postdates) SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is a variant of (same lineage but not clear which came first) SPDXRef-B

Link copied to clipboard

Is to be used when distributing SPDXRef-A requires that SPDXRef-B also be distributed

Link copied to clipboard

Is to be used when SPDXRef-A is a patch file for (to be applied to) SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is a patch file that has been applied to SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is an exact copy of SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is a file that was added to SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is a file that was deleted from SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is a file that was modified from SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is expanded from the archive SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A dynamically links to SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A statically links to SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is a data file used in SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is a test case used in testing SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is used to build SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is used as a development tool for SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is used for testing SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is used as a test tool for SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A provides documentation of SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is an optional component of SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is a metafile of SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is used as a package as part of SPDXRef-B

Link copied to clipboard

Is to be used when (current) SPDXRef-DOCUMENT amends the SPDX information in SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A is a prerequisite for SPDXRef-B

Link copied to clipboard

Is to be used when SPDXRef-A has as a prerequisite SPDXRef-B

Link copied to clipboard

Is to be used for a relationship which has not been defined in the formal SPDX specification. A description of the relationship should be included in the Relationship comments field

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): RelationshipNoteType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: RelationshipNoteType
Link copied to clipboard
Link copied to clipboard