Uses of Class
org.spdx.library.model.v2.enumerations.ReferenceCategory
-
Packages that use ReferenceCategory Package Description org.spdx.library.model.v2 Model compatible with version 2 of the SPDX spec (2.0, 2.1, 2.2, and 2.3)org.spdx.library.model.v2.enumerations This package contains all the enumerations used in the SPDX model. -
-
Uses of ReferenceCategory in org.spdx.library.model.v2
Methods in org.spdx.library.model.v2 that return ReferenceCategory Modifier and Type Method Description ReferenceCategory
ExternalRef. getReferenceCategory()
Methods in org.spdx.library.model.v2 with parameters of type ReferenceCategory Modifier and Type Method Description ExternalRef
ModelObjectV2. createExternalRef(ReferenceCategory category, ReferenceType referenceType, String locator, String comment)
ExternalRef
ExternalRef. setReferenceCategory(ReferenceCategory referenceCategory)
Set the reference category -
Uses of ReferenceCategory in org.spdx.library.model.v2.enumerations
Methods in org.spdx.library.model.v2.enumerations that return ReferenceCategory Modifier and Type Method Description static ReferenceCategory
ReferenceCategory. 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.
-