Uses of Class
org.spdx.rdfparser.referencetype.ReferenceType
| Package | Description |
|---|---|
| org.spdx.compare | |
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
| org.spdx.rdfparser.referencetype |
Classes related to external reference types.
|
| org.spdx.spdxspreadsheet |
-
Uses of ReferenceType in org.spdx.compare
Methods in org.spdx.compare that return ReferenceType Modifier and Type Method Description ReferenceTypeSpdxExternalRefDifference. getReferenceType() -
Uses of ReferenceType in org.spdx.rdfparser.model
Methods in org.spdx.rdfparser.model that return ReferenceType Modifier and Type Method Description protected ReferenceTypeRdfModelObject. findReferenceTypePropertyValue(String nameSpace, String propertyName)Find the reference type within a specific property in the model for this nodeReferenceTypeExternalRef. getReferenceType()Methods in org.spdx.rdfparser.model with parameters of type ReferenceType Modifier and Type Method Description protected voidRdfModelObject. setPropertyValue(String nameSpace, String propertyName, ReferenceType referenceType)voidExternalRef. setReferenceType(ReferenceType referenceType)Constructors in org.spdx.rdfparser.model with parameters of type ReferenceType Constructor Description ExternalRef(ExternalRef.ReferenceCategory referenceCategory, ReferenceType referenceType, String referenceLocator, String comment) -
Uses of ReferenceType in org.spdx.rdfparser.referencetype
Methods in org.spdx.rdfparser.referencetype that return ReferenceType Modifier and Type Method Description ReferenceTypeReferenceType. clone()ReferenceTypeListedReferenceTypes. getListedReferenceTypeByName(String listedReferenceName)Methods in org.spdx.rdfparser.referencetype with parameters of type ReferenceType Modifier and Type Method Description intReferenceType. compareTo(ReferenceType o) -
Uses of ReferenceType in org.spdx.spdxspreadsheet
Methods in org.spdx.spdxspreadsheet that return ReferenceType Modifier and Type Method Description protected static ReferenceTypeExternalRefsSheet. stringToRefType(String refTypeStr, SpdxDocumentContainer container)Convert a string to a reference typeMethods in org.spdx.spdxspreadsheet with parameters of type ReferenceType Modifier and Type Method Description protected static StringExternalRefsSheet. refTypeToString(ReferenceType referenceType, SpdxDocumentContainer container)Convert a reference type to the type used in