Uses of Class
org.spdx.library.model.SpdxInvalidTypeException
| Package | Description |
|---|---|
| org.spdx.library.model |
Copyright (c) 2019 Source Auditor Inc.
|
| org.spdx.storage.simple |
-
Uses of SpdxInvalidTypeException in org.spdx.library.model
Constructors in org.spdx.library.model that throw SpdxInvalidTypeException Constructor Description TypedValue(String id, String type) -
Uses of SpdxInvalidTypeException in org.spdx.storage.simple
Methods in org.spdx.storage.simple that throw SpdxInvalidTypeException Modifier and Type Method Description booleanStoredTypedItem. addValueToList(String propertyName, Object value)Adds a value to a property list for a String or Boolean type of value creating the propertyName if it does not existvoidStoredTypedItem. clearPropertyValueList(String propertyName)Sets the value list for the property to an empty list creating the propertyName if it does not existbooleanStoredTypedItem. collectionContains(String propertyName, Object value)intStoredTypedItem. collectionSize(String propertyName)intStoredTypedItem. decReferenceCount()Decrement the reference count for this stored type itemintStoredTypedItem. getReferenceCount()Iterator<Object>StoredTypedItem. getValueList(String propertyName)booleanStoredTypedItem. removeTypedValueFromList(String propertyName, TypedValue value)booleanStoredTypedItem. removeValueFromList(String propertyName, Object value)Removes a property from a list if it existsvoidStoredTypedItem. setValue(String propertyName, Object value)