Uses of Class
org.spdx.library.model.SpdxInvalidTypeException
Packages that use SpdxInvalidTypeException
Package
Description
Copyright (c) 2019 Source Auditor Inc.
-
Uses of SpdxInvalidTypeException in org.spdx.library.model
Constructors in org.spdx.library.model that throw SpdxInvalidTypeException -
Uses of SpdxInvalidTypeException in org.spdx.storage.simple
Methods in org.spdx.storage.simple that throw SpdxInvalidTypeExceptionModifier and TypeMethodDescriptionbooleanStoredTypedItem.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()StoredTypedItem.getValueList(String propertyName) booleanStoredTypedItem.removeTypedValueFromList(String propertyName, TypedValue value) booleanStoredTypedItem.removeValueFromList(String propertyName, Object value) Removes a property from a list if it existsvoid