Uses of Class
adalid.core.enums.EntityQueryType
-
Packages that use EntityQueryType Package Description adalid.core.enums -
-
Uses of EntityQueryType in adalid.core.enums
Methods in adalid.core.enums that return EntityQueryType Modifier and Type Method Description static EntityQueryTypeEntityQueryType. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityQueryType[]EntityQueryType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-