public static enum FileOutcomeRecord.Outcome extends Enum<FileOutcomeRecord.Outcome>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static FileOutcomeRecord.Outcome |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileOutcomeRecord.Outcome[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileOutcomeRecord.Outcome DONE
public static final FileOutcomeRecord.Outcome N_A
public static final FileOutcomeRecord.Outcome ERROR
public static FileOutcomeRecord.Outcome[] values()
for (FileOutcomeRecord.Outcome c : FileOutcomeRecord.Outcome.values()) System.out.println(c);
public static FileOutcomeRecord.Outcome 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 toString()
toString
in class Enum<FileOutcomeRecord.Outcome>
Copyright © 2016. All Rights Reserved.