public static enum BulkWorkflow.QueryLanguage extends Enum<BulkWorkflow.QueryLanguage>
| Enum Constant and Description |
|---|
JCR_SQL |
JCR_SQL2 |
LIST |
QUERY_BUILDER |
XPATH |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static BulkWorkflow.QueryLanguage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BulkWorkflow.QueryLanguage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BulkWorkflow.QueryLanguage QUERY_BUILDER
public static final BulkWorkflow.QueryLanguage LIST
public static final BulkWorkflow.QueryLanguage XPATH
public static final BulkWorkflow.QueryLanguage JCR_SQL2
public static final BulkWorkflow.QueryLanguage JCR_SQL
public static BulkWorkflow.QueryLanguage[] values()
for (BulkWorkflow.QueryLanguage c : BulkWorkflow.QueryLanguage.values()) System.out.println(c);
public static BulkWorkflow.QueryLanguage 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 getValue()
Copyright © 2013–2020 Adobe. All rights reserved.