Uses of Enum
org.spdx.library.model.enumerations.ReferenceCategory
Packages that use ReferenceCategory
Package
Description
Copyright (c) 2019 Source Auditor Inc.
This package contains all the enumerations used in the SPDX model.
Utility classes for comparing SPDX model objects
-
Uses of ReferenceCategory in org.spdx.library.model
Methods in org.spdx.library.model that return ReferenceCategoryMethods in org.spdx.library.model with parameters of type ReferenceCategoryModifier and TypeMethodDescriptionModelObject.createExternalRef(ReferenceCategory category, ReferenceType referenceType, String locator, String comment) ExternalRef.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 ReferenceCategoryModifier and TypeMethodDescriptionstatic ReferenceCategoryReturns 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