Package org.spdx.library.model
Class ReferenceType
java.lang.Object
org.spdx.library.model.SimpleUriValue
org.spdx.library.model.ReferenceType
- All Implemented Interfaces:
Comparable<ReferenceType>,IndividualUriValue
Type of external reference
Note that there are very few required fields for this class in that
the external reference type does not need to be provided in the SPDX
document for the document to be valid.
- Author:
- Gary O'Neall
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.spdx.library.model.SimpleUriValue
equals, getIndividualURI, getIndividualUriValueHash, hashCode, isIndividualUriValueEquals, toModelObject
-
Field Details
-
MISSING_REFERENCE_TYPE_URI
- See Also:
-
-
Constructor Details
-
ReferenceType
- Throws:
InvalidSPDXAnalysisException
-
ReferenceType
- Throws:
InvalidSPDXAnalysisException
-
-
Method Details
-
getMissingReferenceType
- Throws:
InvalidSPDXAnalysisException
-
compareTo
- Specified by:
compareToin interfaceComparable<ReferenceType>
-