Uses of Enum Class
jodd.csselly.selector.Match
Packages that use Match
-
Uses of Match in jodd.csselly.selector
Subclasses with type arguments of type Match in jodd.csselly.selectorFields in jodd.csselly.selector declared as MatchMethods in jodd.csselly.selector that return MatchModifier and TypeMethodDescriptionAttributeSelector.getMatch()Returns matching type.static MatchReturns the enum constant of this class with the specified name.static MatchMatch.valueOfFirstChar(char firstChar) Resolves match type from the first character of the sign.static MatchMatch.valueOfSign(String sign) Resolves match type from the sign.static Match[]Match.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in jodd.csselly.selector with parameters of type Match