Uses of Class org.quartz.locality.constraint.MemoryConstraint.Operator (Quartz Parent POM 2.0.1 API)

Quartz Java



Uses of Class
org.quartz.locality.constraint.MemoryConstraint.Operator

Packages that use MemoryConstraint.Operator
org.quartz.locality.constraint   
 

Uses of MemoryConstraint.Operator in org.quartz.locality.constraint
 

Methods in org.quartz.locality.constraint that return MemoryConstraint.Operator
 MemoryConstraint.Operator MemoryConstraint.getOp()
          Getter to operator
static MemoryConstraint.Operator MemoryConstraint.Operator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MemoryConstraint.Operator[] MemoryConstraint.Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.quartz.locality.constraint with parameters of type MemoryConstraint.Operator
MemoryConstraint(MemoryConstraint.Operator op, long value)
          MemoryConstraint constructor
 



Copyright 2001-2011, Terracotta, Inc.