
public static enum RsgbProxy.BerichtSelectMode extends Enum<RsgbProxy.BerichtSelectMode>
| Enum Constant and Description |
|---|
BY_IDS |
BY_LAADPROCES |
BY_STATUS |
FOR_UPDATE |
RETRY_WAITING |
| Modifier and Type | Method and Description |
|---|---|
static RsgbProxy.BerichtSelectMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RsgbProxy.BerichtSelectMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RsgbProxy.BerichtSelectMode BY_STATUS
public static final RsgbProxy.BerichtSelectMode BY_IDS
public static final RsgbProxy.BerichtSelectMode BY_LAADPROCES
public static final RsgbProxy.BerichtSelectMode FOR_UPDATE
public static final RsgbProxy.BerichtSelectMode RETRY_WAITING
public static RsgbProxy.BerichtSelectMode[] values()
for (RsgbProxy.BerichtSelectMode c : RsgbProxy.BerichtSelectMode.values()) System.out.println(c);
public static RsgbProxy.BerichtSelectMode 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–2016 B3Partners B.V.. All rights reserved.