Uses of Enum
org.spdx.storage.IModelStore.IdType
Packages that use IModelStore.IdType
Package
Description
Copyright (c) 2019 Source Auditor Inc.
Contains classes that implement the storage interfaces for reading and writing
SPDX document properties.
-
Uses of IModelStore.IdType in org.spdx.library.model
Methods in org.spdx.library.model that return IModelStore.IdType -
Uses of IModelStore.IdType in org.spdx.storage
Methods in org.spdx.storage that return IModelStore.IdTypeModifier and TypeMethodDescriptionstatic IModelStore.IdTypeReturns the enum constant of this type with the specified name.static IModelStore.IdType[]IModelStore.IdType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.spdx.storage with parameters of type IModelStore.IdTypeModifier and TypeMethodDescriptionIModelStore.getNextId(IModelStore.IdType idType, String documentUri) Generate a unique ID for use within the document -
Uses of IModelStore.IdType in org.spdx.storage.listedlicense
Methods in org.spdx.storage.listedlicense that return IModelStore.IdTypeModifier and TypeMethodDescriptionMethods in org.spdx.storage.listedlicense with parameters of type IModelStore.IdTypeModifier and TypeMethodDescriptionSpdxListedLicenseModelStore.getNextId(IModelStore.IdType idType, String documentUri) -
Uses of IModelStore.IdType in org.spdx.storage.simple
Methods in org.spdx.storage.simple that return IModelStore.IdTypeModifier and TypeMethodDescriptionMethods in org.spdx.storage.simple with parameters of type IModelStore.IdTypeModifier and TypeMethodDescriptionExtendedSpdxStore.getNextId(IModelStore.IdType idType, String documentUri) InMemSpdxStore.getNextId(IModelStore.IdType idType, String documentUri)