Uses of Enum Class
com.yahoo.prelude.query.Item.ItemCreator
Packages that use Item.ItemCreator
Package
Description
The query model representing a boolean combination of selection criteria, where elements may be
simple criteria, nested boolean operators, or annotated pieces of natural language text.
-
Uses of Item.ItemCreator in com.yahoo.prelude.query
Methods in com.yahoo.prelude.query that return Item.ItemCreatorModifier and TypeMethodDescriptionItem.getCreator()Deprecated.use isFilter(boolean)static Item.ItemCreatorDeprecated.Returns the enum constant of this class with the specified name.static Item.ItemCreator[]Item.ItemCreator.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.prelude.query with parameters of type Item.ItemCreatorModifier and TypeMethodDescriptionvoidItem.setCreator(Item.ItemCreator creator) Deprecated.use setFilter(boolean)