public static enum Bericht.STATUS extends Enum<Bericht.STATUS>
| Enum Constant and Description |
|---|
ARCHIVE |
RSGB_NOK |
RSGB_OK |
RSGB_OUTDATED |
RSGB_PROCESSING |
RSGB_WAITING |
STAGING_FORWARDED |
STAGING_NOK |
STAGING_OK |
| Modifier and Type | Method and Description |
|---|---|
static Bericht.STATUS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bericht.STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Bericht.STATUS STAGING_OK
public static final Bericht.STATUS STAGING_NOK
public static final Bericht.STATUS STAGING_FORWARDED
public static final Bericht.STATUS RSGB_WAITING
public static final Bericht.STATUS RSGB_PROCESSING
public static final Bericht.STATUS RSGB_OK
public static final Bericht.STATUS RSGB_OUTDATED
public static final Bericht.STATUS RSGB_NOK
public static final Bericht.STATUS ARCHIVE
public static Bericht.STATUS[] values()
for (Bericht.STATUS c : Bericht.STATUS.values()) System.out.println(c);
public static Bericht.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 © 2015 B3Partners B.V.. All rights reserved.