public static enum GridRequestFilter.JOINER extends Enum<GridRequestFilter.JOINER>
| Modifier and Type | Method and Description |
|---|---|
static GridRequestFilter.JOINER |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridRequestFilter.JOINER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridRequestFilter.JOINER AND
public static final GridRequestFilter.JOINER OR
public static GridRequestFilter.JOINER[] values()
for (GridRequestFilter.JOINER c : GridRequestFilter.JOINER.values()) System.out.println(c);
public static GridRequestFilter.JOINER 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 © 2024 CERN European Organization for Nuclear Research. All rights reserved.