public static enum SaConstants.SaQueryStrategy extends Enum<SaConstants.SaQueryStrategy>
| Enum Constant and Description |
|---|
HDOC_QUERY
HDOC query.
|
PATH_QUERY
Path query.
|
SYSROWID_QUERY
SysRowId query.
|
| Modifier and Type | Method and Description |
|---|---|
static SaConstants.SaQueryStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaConstants.SaQueryStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaConstants.SaQueryStrategy PATH_QUERY
public static final SaConstants.SaQueryStrategy SYSROWID_QUERY
public static final SaConstants.SaQueryStrategy HDOC_QUERY
public static SaConstants.SaQueryStrategy[] values()
for (SaConstants.SaQueryStrategy c : SaConstants.SaQueryStrategy.values()) System.out.println(c);
public static SaConstants.SaQueryStrategy 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 © 2020 Hyland Software Germany GmbH. All rights reserved.