Uses of Interface
org.spdx.core.IndividualUriValue
-
Packages that use IndividualUriValue Package Description org.spdx.core Common classes used by the SPDX model and library -
-
Uses of IndividualUriValue in org.spdx.core
Classes in org.spdx.core that implement IndividualUriValue Modifier and Type Class Description class
SimpleUriValue
Simple class to just store a URI valueMethods in org.spdx.core with parameters of type IndividualUriValue Modifier and Type Method Description static int
SimpleUriValue. getIndividualUriValueHash(IndividualUriValue individualUri)
returns hash based on URI of the IndividualUriValuestatic boolean
SimpleUriValue. isIndividualUriValueEquals(IndividualUriValue individualUri, Object comp)
Compares an object to an individual URI and returns true if the URI values are equalMethod parameters in org.spdx.core with type arguments of type IndividualUriValue Modifier and Type Method Description abstract List<String>
CoreModelObject. _verify(Set<String> verifiedElementIds, String specVersion, List<IndividualUriValue> profiles)
Implementation of the specific verifications for this model objectConstructors in org.spdx.core with parameters of type IndividualUriValue Constructor Description SimpleUriValue(IndividualUriValue fromIndividualValue)
-