public enum TreeAutoCheckPolicy extends java.lang.Enum<TreeAutoCheckPolicy>
Enum Constant and Description |
---|
MULTI_PATH
Multiple path's can be checked at the same time
|
OFF
Auto check mode is not active
|
SINGLE_PATH
Only a single path can be checked at the same time
|
Modifier and Type | Method and Description |
---|---|
static TreeAutoCheckPolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TreeAutoCheckPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TreeAutoCheckPolicy OFF
public static final TreeAutoCheckPolicy SINGLE_PATH
public static final TreeAutoCheckPolicy MULTI_PATH
public static TreeAutoCheckPolicy[] values()
for (TreeAutoCheckPolicy c : TreeAutoCheckPolicy.values()) System.out.println(c);
public static TreeAutoCheckPolicy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullSiehe auch Jowidgets Nutzerhandbuch