Uses of Enum
nl.basjes.parse.useragent.config.MatcherConfig.ConfigLine.Type
Packages that use MatcherConfig.ConfigLine.Type
-
Uses of MatcherConfig.ConfigLine.Type in nl.basjes.parse.useragent.config
Methods in nl.basjes.parse.useragent.config that return MatcherConfig.ConfigLine.TypeModifier and TypeMethodDescriptionMatcherConfig.ConfigLine.getType()Returns the enum constant of this type with the specified name.static MatcherConfig.ConfigLine.Type[]MatcherConfig.ConfigLine.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in nl.basjes.parse.useragent.config with parameters of type MatcherConfig.ConfigLine.TypeModifierConstructorDescriptionConfigLine(MatcherConfig.ConfigLine.Type type, String attribute, Long confidence, String expression)