Uses of Class
org.spdx.library.model.enumerations.Purpose
| Package | Description |
|---|---|
| org.spdx.library.model |
Copyright (c) 2019 Source Auditor Inc.
|
| org.spdx.library.model.enumerations |
This package contains all the enumerations used in the SPDX model.
|
-
Uses of Purpose in org.spdx.library.model
Methods in org.spdx.library.model that return types with arguments of type Purpose Modifier and Type Method Description Optional<Purpose>SpdxPackage. getPrimaryPurpose()Methods in org.spdx.library.model with parameters of type Purpose Modifier and Type Method Description voidSpdxPackage. setPrimaryPurpose(Purpose purpose)SpdxPackage.SpdxPackageBuilderSpdxPackage.SpdxPackageBuilder. setPrimaryPurpose(Purpose purpose) -
Uses of Purpose in org.spdx.library.model.enumerations
Methods in org.spdx.library.model.enumerations that return Purpose Modifier and Type Method Description static PurposePurpose. 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.