public enum EGetChildrenMode extends java.lang.Enum<EGetChildrenMode>
| Enum Constant and Description |
|---|
PREFER_CACHE
Get the cached element list if it exists and the parent hasn't been
refreshed since.
|
REFRESH
Delete the cached element list and execute the get children action of the
AWM resource.
|
| Modifier and Type | Method and Description |
|---|---|
static EGetChildrenMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EGetChildrenMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EGetChildrenMode REFRESH
public static final EGetChildrenMode PREFER_CACHE
public static EGetChildrenMode[] values()
for (EGetChildrenMode c : EGetChildrenMode.values()) System.out.println(c);
public static EGetChildrenMode 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 nullCopyright © 2015 Micro Focus GmbH. All rights reserved.