Uses of Enum Class
org.joox.selector.AttributeSpecifier.Match
Packages that use AttributeSpecifier.Match
-
Uses of AttributeSpecifier.Match in org.joox.selector
Fields in org.joox.selector declared as AttributeSpecifier.MatchModifier and TypeFieldDescriptionprivate final AttributeSpecifier.MatchAttributeSpecifier.matchThe type of match to perform for the attribute.Methods in org.joox.selector that return AttributeSpecifier.MatchModifier and TypeMethodDescriptionAttributeSpecifier.getMatch()Get the type of match to perform for the attribute.static AttributeSpecifier.MatchReturns the enum constant of this class with the specified name.static AttributeSpecifier.Match[]AttributeSpecifier.Match.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.joox.selector with parameters of type AttributeSpecifier.MatchModifierConstructorDescriptionAttributeSpecifier(String name, String value, AttributeSpecifier.Match match) Create a new attribute specifier with the specified name, value and match type.