public static enum LaadProces.STATUS extends Enum<LaadProces.STATUS>
| Enum Constant and Description |
|---|
ARCHIVE |
STAGING_DUPLICAAT |
STAGING_NOK |
STAGING_OK |
| Modifier and Type | Method and Description |
|---|---|
static LaadProces.STATUS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LaadProces.STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LaadProces.STATUS STAGING_OK
public static final LaadProces.STATUS STAGING_NOK
public static final LaadProces.STATUS ARCHIVE
public static final LaadProces.STATUS STAGING_DUPLICAAT
public static LaadProces.STATUS[] values()
for (LaadProces.STATUS c : LaadProces.STATUS.values()) System.out.println(c);
public static LaadProces.STATUS 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.