public static enum EntityFilter.Logical extends Enum<EntityFilter.Logical>
| Modifier and Type | Method and Description |
|---|---|
static EntityFilter.Logical |
of(String value) |
static EntityFilter.Logical |
of(String value,
EntityFilter.Logical defaultValue) |
static EntityFilter.Logical |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityFilter.Logical[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityFilter.Logical AND
public static final EntityFilter.Logical OR
public static EntityFilter.Logical[] values()
for (EntityFilter.Logical c : EntityFilter.Logical.values()) System.out.println(c);
public static EntityFilter.Logical 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 nullpublic static EntityFilter.Logical of(String value, EntityFilter.Logical defaultValue)
public static EntityFilter.Logical of(String value)
Copyright © 2023. All rights reserved.