Uses of Class org.quartz.impl.matchers.StringMatcher.StringOperatorName (Quartz Parent POM 2.0.1 API)

Quartz Java



Uses of Class
org.quartz.impl.matchers.StringMatcher.StringOperatorName

Packages that use StringMatcher.StringOperatorName
org.quartz.impl.matchers   
 

Uses of StringMatcher.StringOperatorName in org.quartz.impl.matchers
 

Fields in org.quartz.impl.matchers declared as StringMatcher.StringOperatorName
protected  StringMatcher.StringOperatorName StringMatcher.compareWith
           
 

Methods in org.quartz.impl.matchers that return StringMatcher.StringOperatorName
 StringMatcher.StringOperatorName StringMatcher.getCompareWithOperator()
           
static StringMatcher.StringOperatorName StringMatcher.StringOperatorName.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StringMatcher.StringOperatorName[] StringMatcher.StringOperatorName.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.quartz.impl.matchers with parameters of type StringMatcher.StringOperatorName
GroupMatcher(String compareTo, StringMatcher.StringOperatorName compareWith)
           
NameMatcher(String compareTo, StringMatcher.StringOperatorName compareWith)
           
StringMatcher(String compareTo, StringMatcher.StringOperatorName compareWith)
           
 



Copyright 2001-2011, Terracotta, Inc.