public enum IngestExternalOutcomeMessage extends Enum<IngestExternalOutcomeMessage>
Enum Constant and Description |
---|
FATAL_VIRUS
Virus control / FATAL: Couldnt check files
|
KO_VIRUS
Virus control / KO: Viral infection
|
OK_VIRUS
Virus control / OK: No virus
|
Modifier and Type | Method and Description |
---|---|
String |
value()
value
|
static IngestExternalOutcomeMessage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IngestExternalOutcomeMessage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IngestExternalOutcomeMessage OK_VIRUS
public static final IngestExternalOutcomeMessage KO_VIRUS
public static final IngestExternalOutcomeMessage FATAL_VIRUS
public static IngestExternalOutcomeMessage[] values()
for (IngestExternalOutcomeMessage c : IngestExternalOutcomeMessage.values()) System.out.println(c);
public static IngestExternalOutcomeMessage valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String value()
Copyright © 2018 Vitam. All rights reserved.