Uses of Class
org.fluentlenium.core.filter.matcher.MatcherType

Packages that use MatcherType
org.fluentlenium.core.filter.matcher   
 

Uses of MatcherType in org.fluentlenium.core.filter.matcher
 

Methods in org.fluentlenium.core.filter.matcher that return MatcherType
 MatcherType StartsWithMatcher.getMatcherType()
           
 MatcherType NotStartsWithMatcher.getMatcherType()
           
 MatcherType NotEndsWithMatcher.getMatcherType()
           
 MatcherType NotContainsMatcher.getMatcherType()
           
protected abstract  MatcherType Matcher.getMatcherType()
          Return the matcher type
 MatcherType EqualMatcher.getMatcherType()
           
 MatcherType EndsWithMatcher.getMatcherType()
           
 MatcherType ContainsMatcher.getMatcherType()
           
static MatcherType MatcherType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MatcherType[] MatcherType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 AConsulting. All Rights Reserved.