Package org.spdx.core
Interface IndividualUriValue
-
- All Known Implementing Classes:
SimpleUriValue
public interface IndividualUriValue
Implementation classes of theIndividualUriValue
stores a single URI valueThese classes must NOT implement any properties themselves. Any such properties will be lost during storage and retrieval.
- Author:
- Gary O'Neall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getIndividualURI()
-
-
-
Method Detail
-
getIndividualURI
String getIndividualURI()
- Returns:
- a unique identifier for this value. Typically the namespace + the long name
-
-