public static enum OldQuery.Deep extends Enum<OldQuery.Deep>
| Modifier and Type | Method and Description |
|---|---|
static OldQuery.Deep |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OldQuery.Deep[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OldQuery.Deep NO
public static final OldQuery.Deep YES
public static OldQuery.Deep[] values()
for (OldQuery.Deep c : OldQuery.Deep.values()) System.out.println(c);
public static OldQuery.Deep 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 OpenSource BIM. All rights reserved.