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