public static enum HistoryInfo.HistoryKind extends Enum<HistoryInfo.HistoryKind>
Enum Constant and Description |
---|
HistGroupAction |
HistGroupEnter |
HistGroupError |
HistGroupExit |
HistNodeAction |
HistNodeEnter |
HistNodeError |
HistNodeExit |
HistUserDefined |
Modifier and Type | Method and Description |
---|---|
static HistoryInfo.HistoryKind |
fromInt(int val) |
String |
toString()
Override toString.
|
static HistoryInfo.HistoryKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoryInfo.HistoryKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistoryInfo.HistoryKind HistNodeEnter
public static final HistoryInfo.HistoryKind HistNodeExit
public static final HistoryInfo.HistoryKind HistNodeError
public static final HistoryInfo.HistoryKind HistNodeAction
public static final HistoryInfo.HistoryKind HistUserDefined
public static final HistoryInfo.HistoryKind HistGroupEnter
public static final HistoryInfo.HistoryKind HistGroupExit
public static final HistoryInfo.HistoryKind HistGroupAction
public static final HistoryInfo.HistoryKind HistGroupError
public static HistoryInfo.HistoryKind[] values()
for (HistoryInfo.HistoryKind c : HistoryInfo.HistoryKind.values()) System.out.println(c);
public static HistoryInfo.HistoryKind 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 String toString()
toString
in class Enum<HistoryInfo.HistoryKind>
Enum.toString()
public static HistoryInfo.HistoryKind fromInt(int val)
val
- history kind as intCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.