public static enum ProcesExecutable.ProcessingImple extends Enum<ProcesExecutable.ProcessingImple>
| Enum Constant and Description |
|---|
BAGScannerProces |
BerichtDoorstuurProces |
BerichtTransformatieProces |
BRKScannerProces |
GDS2OphaalProces |
MailRapportageProces |
WebMirrorBAGScannerProces |
| Modifier and Type | Method and Description |
|---|---|
static ProcesExecutable.ProcessingImple |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcesExecutable.ProcessingImple[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcesExecutable.ProcessingImple BAGScannerProces
public static final ProcesExecutable.ProcessingImple BRKScannerProces
public static final ProcesExecutable.ProcessingImple MailRapportageProces
public static final ProcesExecutable.ProcessingImple GDS2OphaalProces
public static final ProcesExecutable.ProcessingImple BerichtTransformatieProces
public static final ProcesExecutable.ProcessingImple BerichtDoorstuurProces
public static final ProcesExecutable.ProcessingImple WebMirrorBAGScannerProces
public static ProcesExecutable.ProcessingImple[] values()
for (ProcesExecutable.ProcessingImple c : ProcesExecutable.ProcessingImple.values()) System.out.println(c);
public static ProcesExecutable.ProcessingImple 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 nullCopyright © 2014–2015 B3Partners B.V.. All rights reserved.