Uses of Enum
de.xima.fc.mdl.enums.EMalwareScanOutcome
Packages that use EMalwareScanOutcome
Package
Description
Commonly used enumeration that are mainly used in model classes.
-
Uses of EMalwareScanOutcome in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EMalwareScanOutcomeModifier and TypeMethodDescriptionstatic EMalwareScanOutcomeReturns the enum constant of this type with the specified name.static EMalwareScanOutcome[]EMalwareScanOutcome.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.mdl.enums with parameters of type EMalwareScanOutcomeModifier and TypeMethodDescriptionbooleanEMalwareScanOutcome.in(EMalwareScanOutcome... elements) -
Uses of EMalwareScanOutcome in de.xima.fc.security.malware
Methods in de.xima.fc.security.malware that return EMalwareScanOutcomeConstructors in de.xima.fc.security.malware with parameters of type EMalwareScanOutcomeModifierConstructorDescriptionMalwareScanReport(EMalwareScanOutcome outcome, String detailedScanReport, Throwable error) Creates a new malware scan report with the given data.