org.quartz.locality.constraint
Enum EhcacheConstraint.Operator
java.lang.Object
java.lang.Enum<EhcacheConstraint.Operator>
org.quartz.locality.constraint.EhcacheConstraint.Operator
- All Implemented Interfaces:
- Serializable, Comparable<EhcacheConstraint.Operator>
- Enclosing class:
- EhcacheConstraint
public static enum EhcacheConstraint.Operator
- extends Enum<EhcacheConstraint.Operator>
MOST_LOCAL_VALUES
public static final EhcacheConstraint.Operator MOST_LOCAL_VALUES
values
public static EhcacheConstraint.Operator[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (EhcacheConstraint.Operator c : EhcacheConstraint.Operator.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static EhcacheConstraint.Operator valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright 2001-2013, Terracotta, Inc.