public enum SaWsHistoryEnum extends Enum<SaWsHistoryEnum>
Enum Constant and Description |
---|
GroupAction
The Group action.
|
GroupEnter
The Group enter.
|
GroupError
The Group error.
|
GroupExit
The Group exit.
|
NodeAction
The Node action.
|
NodeEnter
The Node enter.
|
NodeError
The Node error.
|
NodeExit
The Node exit.
|
UserDefined
The User defined.
|
Modifier and Type | Method and Description |
---|---|
static SaWsHistoryEnum |
fromBackend(com.saperion.intf.wf.HistoryInfo.HistoryKind kind)
From backend.
|
static com.saperion.intf.wf.HistoryInfo.HistoryKind |
fromWebService(SaWsHistoryEnum kind)
From web service.
|
static SaWsHistoryEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaWsHistoryEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaWsHistoryEnum NodeEnter
public static final SaWsHistoryEnum NodeExit
public static final SaWsHistoryEnum NodeError
public static final SaWsHistoryEnum NodeAction
public static final SaWsHistoryEnum UserDefined
public static final SaWsHistoryEnum GroupEnter
public static final SaWsHistoryEnum GroupExit
public static final SaWsHistoryEnum GroupAction
public static final SaWsHistoryEnum GroupError
public static SaWsHistoryEnum[] values()
for (SaWsHistoryEnum c : SaWsHistoryEnum.values()) System.out.println(c);
public static SaWsHistoryEnum 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 nullpublic static SaWsHistoryEnum fromBackend(com.saperion.intf.wf.HistoryInfo.HistoryKind kind)
kind
- the kindpublic static com.saperion.intf.wf.HistoryInfo.HistoryKind fromWebService(SaWsHistoryEnum kind)
kind
- the kindCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.