public enum GdbBool extends Enum<GdbBool>
| Enum Constant and Description |
|---|
FORCE_NUM |
FORCE_TF |
FORCE_YN |
NATIVE |
| Modifier and Type | Method and Description |
|---|---|
static GdbBool |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GdbBool[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GdbBool NATIVE
public static final GdbBool FORCE_YN
public static final GdbBool FORCE_TF
public static final GdbBool FORCE_NUM
public static GdbBool[] values()
for (GdbBool c : GdbBool.values()) System.out.println(c);
public static GdbBool 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 © 2017 etc.to. All rights reserved.