
public static enum ProcesExecutable.ProcessingImple extends Enum<ProcesExecutable.ProcessingImple>
| 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 final ProcesExecutable.ProcessingImple BGTLightScannerProces
public static final ProcesExecutable.ProcessingImple BGTLightOphaalProces
public static final ProcesExecutable.ProcessingImple LaadprocesTransformatieProces
public static final ProcesExecutable.ProcessingImple MaterializedViewRefresh
public static final ProcesExecutable.ProcessingImple BerichtstatusRapportProces
public static final ProcesExecutable.ProcessingImple TopNLScannerProces
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–2019 B3Partners B.V.. All rights reserved.