Uses of Class
org.spdx.library.model.TypedValue
Packages that use TypedValue
Package
Description
Package containing useful library functions for reading, writing, and manipulating
SPDX documents.
Copyright (c) 2019 Source Auditor Inc.
Contains classes that implement the storage interfaces for reading and writing
SPDX document properties.
-
Uses of TypedValue in org.spdx.library
Methods in org.spdx.library that return TypedValueModifier and TypeMethodDescriptionModelCopyManager.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 anonymousModelCopyManager.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 -
Uses of TypedValue in org.spdx.storage
Methods in org.spdx.storage that return types with arguments of type TypedValueModifier and TypeMethodDescriptionIModelStore.getAllItems(String documentUri, String typeFilter) 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 TypedValueModifier and TypeMethodDescriptionSpdxListedLicenseModelStore.getAllItems(String documentUri, String typeFilter) SpdxListedLicenseModelStore.getTypedValue(String documentUri, String id) -
Uses of TypedValue in org.spdx.storage.simple
Subclasses of TypedValue in org.spdx.storage.simpleMethods in org.spdx.storage.simple that return types with arguments of type TypedValueModifier and TypeMethodDescriptionExtendedSpdxStore.getAllItems(String documentUri, String typeFilter) InMemSpdxStore.getAllItems(String documentUri, String typeFilter) ExtendedSpdxStore.getTypedValue(String documentUri, String id) InMemSpdxStore.getTypedValue(String documentUri, String id) Methods in org.spdx.storage.simple with parameters of type TypedValueModifier and TypeMethodDescriptionbooleanStoredTypedItem.removeTypedValueFromList(String propertyName, TypedValue value)