Uses of Class
org.spdx.library.model.ReferenceType
| Package | Description |
|---|---|
| org.spdx.library.model |
Copyright (c) 2019 Source Auditor Inc.
|
| org.spdx.library.referencetype |
Classes related to reference types for external references
|
| org.spdx.utility.compare |
Utility classes for comparing SPDX model objects
|
-
Uses of ReferenceType in org.spdx.library.model
Methods in org.spdx.library.model that return ReferenceType Modifier and Type Method Description static ReferenceTypeReferenceType. getMissingReferenceType()ReferenceTypeExternalRef. getReferenceType()Methods in org.spdx.library.model with parameters of type ReferenceType Modifier and Type Method Description intReferenceType. compareTo(ReferenceType compare)ExternalRefModelObject. createExternalRef(ReferenceCategory category, ReferenceType referenceType, String locator, String comment)ExternalRefExternalRef. setReferenceType(ReferenceType referenceType)Set the reference type -
Uses of ReferenceType in org.spdx.library.referencetype
Methods in org.spdx.library.referencetype that return ReferenceType Modifier and Type Method Description ReferenceTypeListedReferenceTypes. getListedReferenceTypeByName(String listedReferenceName) -
Uses of ReferenceType in org.spdx.utility.compare
Methods in org.spdx.utility.compare that return ReferenceType Modifier and Type Method Description ReferenceTypeSpdxExternalRefDifference. getReferenceType()