Uses of Class
org.spdx.library.model.ReferenceType
Packages that use ReferenceType
Package
Description
Copyright (c) 2019 Source Auditor Inc.
Classes related to reference types for external references
Utility classes for comparing SPDX model objects
-
Uses of ReferenceType in org.spdx.library.model
Methods in org.spdx.library.model that return ReferenceTypeModifier and TypeMethodDescriptionstatic ReferenceTypeReferenceType.getMissingReferenceType()ExternalRef.getReferenceType()Methods in org.spdx.library.model with parameters of type ReferenceTypeModifier and TypeMethodDescriptionintReferenceType.compareTo(ReferenceType compare) ModelObject.createExternalRef(ReferenceCategory category, ReferenceType referenceType, String locator, String comment) ExternalRef.setReferenceType(ReferenceType referenceType) Set the reference type -
Uses of ReferenceType in org.spdx.library.referencetype
Methods in org.spdx.library.referencetype that return ReferenceTypeModifier and TypeMethodDescriptionListedReferenceTypes.getListedReferenceTypeByName(String listedReferenceName) -
Uses of ReferenceType in org.spdx.utility.compare
Methods in org.spdx.utility.compare that return ReferenceType