Uses of Class
org.spdx.library.model.InvalidSpdxPropertyException
| Package | Description |
|---|---|
| org.spdx.storage.listedlicense |
-
Uses of InvalidSpdxPropertyException in org.spdx.storage.listedlicense
Methods in org.spdx.storage.listedlicense that throw InvalidSpdxPropertyException Modifier and Type Method Description booleanExceptionJson. addPrimitiveValueToList(String propertyName, Object value)voidExceptionJson. addValueToList(String propertyName, String valueId, String type)voidExceptionJson. clearPropertyValueList(String propertyName)voidLicenseJson. clearPropertyValueList(String propertyName)ObjectExceptionJson. getValue(String propertyName)ObjectLicenseJson. getValue(String propertyName)List<?>ExceptionJson. getValueList(String propertyName)List<?>LicenseJson. getValueList(String propertyName)booleanExceptionJson. isPropertyValueAssignableTo(String propertyName, Class<?> clazz)booleanLicenseJson. isPropertyValueAssignableTo(String propertyName, Class<?> clazz)booleanExceptionJson. removePrimitiveValueToList(String propertyName, Object value)booleanLicenseJson. removePrimitiveValueToList(String propertyName, Object value)voidExceptionJson. removeProperty(String propertyName)voidLicenseJson. removeProperty(String propertyName)voidExceptionJson. setPrimativeValue(String propertyName, Object value)voidLicenseJson. setPrimativeValue(String propertyName, Object value)voidExceptionJson. setTypedProperty(String propertyName, String valueId, String type)voidLicenseJson. setTypedProperty(String propertyName, String valueId, String type)