Uses of Class
org.spdx.spdx_to_osv.osvmodel.OsvAffectedRange.OsvAffectedType
| Package | Description |
|---|---|
| org.spdx.spdx_to_osv.osvmodel |
-
Uses of OsvAffectedRange.OsvAffectedType in org.spdx.spdx_to_osv.osvmodel
Methods in org.spdx.spdx_to_osv.osvmodel that return OsvAffectedRange.OsvAffectedType Modifier and Type Method Description OsvAffectedRange.OsvAffectedTypeOsvAffectedRange. getType()static OsvAffectedRange.OsvAffectedTypeOsvAffectedRange.OsvAffectedType. valueOf(String name)Returns the enum constant of this type with the specified name.static OsvAffectedRange.OsvAffectedType[]OsvAffectedRange.OsvAffectedType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.spdx.spdx_to_osv.osvmodel with parameters of type OsvAffectedRange.OsvAffectedType Modifier and Type Method Description voidOsvAffectedRange. setType(OsvAffectedRange.OsvAffectedType type)