Uses of Class
org.spdx.spdx_to_osv.osvmodel.OsvRange.OsvRangeType
| Package | Description |
|---|---|
| org.spdx.spdx_to_osv.osvmodel |
-
Uses of OsvRange.OsvRangeType in org.spdx.spdx_to_osv.osvmodel
Methods in org.spdx.spdx_to_osv.osvmodel that return OsvRange.OsvRangeType Modifier and Type Method Description OsvRange.OsvRangeTypeOsvRange. getType()static OsvRange.OsvRangeTypeOsvRange.OsvRangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static OsvRange.OsvRangeType[]OsvRange.OsvRangeType. 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 OsvRange.OsvRangeType Modifier and Type Method Description voidOsvRange. setType(OsvRange.OsvRangeType type)