public static enum CollectionSearchQuery.SelectMode extends Enum<CollectionSearchQuery.SelectMode>
| Enum Constant and Description |
|---|
AllDeselected |
AllSelected |
| Modifier and Type | Method and Description |
|---|---|
static CollectionSearchQuery.SelectMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionSearchQuery.SelectMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollectionSearchQuery.SelectMode AllSelected
public static final CollectionSearchQuery.SelectMode AllDeselected
public static CollectionSearchQuery.SelectMode[] values()
for (CollectionSearchQuery.SelectMode c : CollectionSearchQuery.SelectMode.values()) System.out.println(c);
public static CollectionSearchQuery.SelectMode 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 © 2019–2021 HCL. All rights reserved.