Uses of Enum Class
io.fluentlenium.core.filter.matcher.MatcherType
Packages that use MatcherType
-
Uses of MatcherType in io.fluentlenium.core.filter.matcher
Methods in io.fluentlenium.core.filter.matcher that return MatcherTypeModifier and TypeMethodDescriptionprotected abstract MatcherTypeAbstractMatcher.getMatcherType()Return the matcher typeContainsMatcher.getMatcherType()ContainsWordMatcher.getMatcherType()EndsWithMatcher.getMatcherType()EqualMatcher.getMatcherType()NotContainsMatcher.getMatcherType()NotEndsWithMatcher.getMatcherType()NotStartsWithMatcher.getMatcherType()StartsWithMatcher.getMatcherType()static MatcherTypeReturns the enum constant of this class with the specified name.static MatcherType[]MatcherType.values()Returns an array containing the constants of this enum class, in the order they are declared.