Class SimpleUriValue

java.lang.Object
org.spdx.library.model.SimpleUriValue
All Implemented Interfaces:
IndividualUriValue
Direct Known Subclasses:
ReferenceType

public class SimpleUriValue
extends Object
implements IndividualUriValue
Simple class to just store a URI value. The method toModelObject will convert / inflate the value back to either an Enum (if the URI matches), an ExternalSpdxElement if it matches the pattern of an external SPDX element or returns itself otherwise
Author:
Gary O'Neall