Uses of Enum Class
org.aksw.iguana.cc.query.handler.QueryHandler.Config.Format
-
Uses of QueryHandler.Config.Format in org.aksw.iguana.cc.query.handler
Modifier 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.ModifierConstructorDescriptionConfig
(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.