Uses of Class
org.spdx.storage.IModelStore.IdType
| Package | Description |
|---|---|
| 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 IModelStore.IdType in org.spdx.library.model
Methods in org.spdx.library.model that return IModelStore.IdType Modifier and Type Method Description protected IModelStore.IdTypeModelObject. idToIdType(String id) -
Uses of IModelStore.IdType in org.spdx.storage
Methods in org.spdx.storage that return IModelStore.IdType Modifier and Type Method Description IModelStore.IdTypeIModelStore. getIdType(String id)static IModelStore.IdTypeIModelStore.IdType. valueOf(String name)Returns 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.IdType Modifier and Type Method Description StringIModelStore. 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.IdType Modifier and Type Method Description IModelStore.IdTypeSpdxListedLicenseModelStore. getIdType(String id)Methods in org.spdx.storage.listedlicense with parameters of type IModelStore.IdType Modifier and Type Method Description StringSpdxListedLicenseModelStore. getNextId(IModelStore.IdType idType, String documentUri) -
Uses of IModelStore.IdType in org.spdx.storage.simple
Methods in org.spdx.storage.simple that return IModelStore.IdType Modifier and Type Method Description IModelStore.IdTypeExtendedSpdxStore. getIdType(String id)IModelStore.IdTypeInMemSpdxStore. getIdType(String id)Methods in org.spdx.storage.simple with parameters of type IModelStore.IdType Modifier and Type Method Description StringExtendedSpdxStore. getNextId(IModelStore.IdType idType, String documentUri)StringInMemSpdxStore. getNextId(IModelStore.IdType idType, String documentUri)