public static enum EFileQueryGenerator.EFileQueryKind extends Enum<EFileQueryGenerator.EFileQueryKind>
| Enum Constant and Description |
|---|
DOCUMENTS_IN_SUBFOLDERS_IN_STATEMENT
An in-statement with a subselect that selects all folder-IDs of the current folder's subfolders.
|
| Modifier and Type | Method and Description |
|---|---|
static EFileQueryGenerator.EFileQueryKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EFileQueryGenerator.EFileQueryKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EFileQueryGenerator.EFileQueryKind DOCUMENTS_IN_SUBFOLDERS_IN_STATEMENT
public static EFileQueryGenerator.EFileQueryKind[] values()
for (EFileQueryGenerator.EFileQueryKind c : EFileQueryGenerator.EFileQueryKind.values()) System.out.println(c);
public static EFileQueryGenerator.EFileQueryKind 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 © 2016 SAPERION AG. All rights reserved.