Uses of Enum Class
org.aksw.iguana.cc.query.handler.QueryHandler.Config.Format
Packages that use QueryHandler.Config.Format
-
Uses of QueryHandler.Config.Format in org.aksw.iguana.cc.query.handler
Methods in org.aksw.iguana.cc.query.handler that return QueryHandler.Config.FormatModifier and TypeMethodDescriptionQueryHandler.Config.format()
Returns the value of theformat
record component.static QueryHandler.Config.Format
Returns the enum constant of this class with the specified name.static QueryHandler.Config.Format[]
QueryHandler.Config.Format.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.aksw.iguana.cc.query.handler with parameters of type QueryHandler.Config.FormatModifierConstructorDescriptionConfig
(String path, QueryHandler.Config.Format format, String separator, Boolean caching, QueryHandler.Config.Order order, Long seed, QueryHandler.Config.Language lang) Config
(String path, QueryHandler.Config.Format format, String separator, Boolean caching, QueryHandler.Config.Order order, Long seed, QueryHandler.Config.Language lang, QueryHandler.Config.Template template) Creates an instance of aConfig
record class.