Package org.spdx.library.model
Interface IndividualUriValue
- All Known Implementing Classes:
AnnotationType,ChecksumAlgorithm,ExternalExtractedLicenseInfo,ExternalSpdxElement,FileType,Purpose,ReferenceCategory,ReferenceType,RelationshipType,SimpleUriValue,SpdxConstantElement,SpdxNoAssertionElement,SpdxNoAssertionLicense,SpdxNoneElement,SpdxNoneLicense
public interface IndividualUriValue
Classes which implement the IndividuallUriValue interface will be stored as a single value. Theses classes
must NOT implement any properties themselves. Any such properties will be lost during storage and retrieval.
- Author:
- Gary O'Neall
-
Method Summary
Modifier and Type Method Description StringgetIndividualURI()
-
Method Details
-
getIndividualURI
String getIndividualURI()- Returns:
- a unique identifier for this value. Typically the namespace + the long name
-