Uses of Class
org.spdx.library.model.enumerations.ReferenceCategory
| 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.
|
| org.spdx.utility.compare |
Utility classes for comparing SPDX model objects
|
-
Uses of ReferenceCategory in org.spdx.library.model
Methods in org.spdx.library.model that return ReferenceCategory Modifier and Type Method Description ReferenceCategoryExternalRef. getReferenceCategory()Methods in org.spdx.library.model with parameters of type ReferenceCategory Modifier and Type Method Description ExternalRefModelObject. createExternalRef(ReferenceCategory category, ReferenceType referenceType, String locator, String comment)ExternalRefExternalRef. setReferenceCategory(ReferenceCategory referenceCategory)Set the reference category -
Uses of ReferenceCategory in org.spdx.library.model.enumerations
Methods in org.spdx.library.model.enumerations that return ReferenceCategory Modifier and Type Method Description static ReferenceCategoryReferenceCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static ReferenceCategory[]ReferenceCategory. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReferenceCategory in org.spdx.utility.compare
Methods in org.spdx.utility.compare that return ReferenceCategory Modifier and Type Method Description ReferenceCategorySpdxExternalRefDifference. getCatA()ReferenceCategorySpdxExternalRefDifference. getCatB()