public static enum PgRDB.Logic extends Enum<PgRDB.Logic>
| Modifier and Type | Method and Description |
|---|---|
static PgRDB.Logic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PgRDB.Logic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PgRDB.Logic AND
public static final PgRDB.Logic OR
public static final PgRDB.Logic XOR
public static final PgRDB.Logic NOT
public static PgRDB.Logic[] values()
for (PgRDB.Logic c : PgRDB.Logic.values()) System.out.println(c);
public static PgRDB.Logic 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 nullEDB Working Group at Mon Dec 15 16:45:05 JST 2025