Uses of Enum
org.spdx.cdx2spdx.CycloneToSpdx.SerFileType
-
Uses of CycloneToSpdx.SerFileType in org.spdx.cdx2spdx
Methods in org.spdx.cdx2spdx that return CycloneToSpdx.SerFileTypeModifier and TypeMethodDescriptionstatic CycloneToSpdx.SerFileTypeCycloneToSpdx.fileToFileType(File file) static CycloneToSpdx.SerFileTypeReturns the enum constant of this type with the specified name.static CycloneToSpdx.SerFileType[]CycloneToSpdx.SerFileType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.spdx.cdx2spdx with parameters of type CycloneToSpdx.SerFileTypeModifier and TypeMethodDescriptionstatic org.spdx.storage.ISerializableModelStoreCycloneToSpdx.fileTypeToStore(CycloneToSpdx.SerFileType fileType)