Uses of Class
org.spdx.library.model.v2.enumerations.Purpose
-
Packages that use Purpose Package Description org.spdx.library.model.v2 Model compatible with version 2 of the SPDX spec (2.0, 2.1, 2.2, and 2.3)org.spdx.library.model.v2.enumerations This package contains all the enumerations used in the SPDX model. -
-
Uses of Purpose in org.spdx.library.model.v2
Methods in org.spdx.library.model.v2 that return types with arguments of type Purpose Modifier and Type Method Description Optional<Purpose>
SpdxPackage. getPrimaryPurpose()
Methods in org.spdx.library.model.v2 with parameters of type Purpose Modifier and Type Method Description void
SpdxPackage. setPrimaryPurpose(Purpose purpose)
SpdxPackage.SpdxPackageBuilder
SpdxPackage.SpdxPackageBuilder. setPrimaryPurpose(Purpose purpose)
-
Uses of Purpose in org.spdx.library.model.v2.enumerations
Methods in org.spdx.library.model.v2.enumerations that return Purpose Modifier and Type Method Description static Purpose
Purpose. valueOf(String name)
Returns the enum constant of this type with the specified name.static Purpose[]
Purpose. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-