Uses of Class
org.spdx.library.model.TypedValue
| Package | Description |
|---|---|
| org.spdx.library |
Package containing useful library functions for reading, writing, and manipulating
SPDX documents.
|
| org.spdx.library.model |
Copyright (c) 2019 Source Auditor Inc.
|
| org.spdx.storage |
Contains classes that implement the storage interfaces for reading and writing
SPDX document properties.
|
| org.spdx.storage.listedlicense | |
| org.spdx.storage.simple |
-
Uses of TypedValue in org.spdx.library
Methods in org.spdx.library that return TypedValue Modifier and Type Method Description TypedValueModelCopyManager. copy(IModelStore toStore, String toDocumentUri, IModelStore fromStore, String fromDocumentUri, String sourceId, String type)Copy an item from one Model Object Store to another using the source ID for the target unless it is anonymousTypedValueModelCopyManager. copy(IModelStore toStore, String toDocumentUri, IModelStore fromStore, String fromDocumentUri, String sourceId, String type, boolean excludeLicenseDetails)Copy an item from one Model Object Store to another using the source ID for the target unless it is anonymous -
Uses of TypedValue in org.spdx.library.model
Methods in org.spdx.library.model that return TypedValue Modifier and Type Method Description protected TypedValueModelObject. toTypedValue() -
Uses of TypedValue in org.spdx.storage
Methods in org.spdx.storage that return types with arguments of type TypedValue Modifier and Type Method Description Stream<TypedValue>IModelStore. getAllItems(String documentUri, String typeFilter)Optional<TypedValue>IModelStore. getTypedValue(String documentUri, String id) -
Uses of TypedValue in org.spdx.storage.listedlicense
Methods in org.spdx.storage.listedlicense that return types with arguments of type TypedValue Modifier and Type Method Description Stream<TypedValue>SpdxListedLicenseModelStore. getAllItems(String documentUri, String typeFilter)Optional<TypedValue>SpdxListedLicenseModelStore. getTypedValue(String documentUri, String id) -
Uses of TypedValue in org.spdx.storage.simple
Subclasses of TypedValue in org.spdx.storage.simple Modifier and Type Class Description classStoredTypedItemIndividual item to be stored in memoryMethods in org.spdx.storage.simple that return types with arguments of type TypedValue Modifier and Type Method Description Stream<TypedValue>ExtendedSpdxStore. getAllItems(String documentUri, String typeFilter)Stream<TypedValue>InMemSpdxStore. getAllItems(String documentUri, String typeFilter)Optional<TypedValue>ExtendedSpdxStore. getTypedValue(String documentUri, String id)Optional<TypedValue>InMemSpdxStore. getTypedValue(String documentUri, String id)Methods in org.spdx.storage.simple with parameters of type TypedValue Modifier and Type Method Description booleanStoredTypedItem. removeTypedValueFromList(String propertyName, TypedValue value)