Uses of Class
net.sf.mpxj.TestOperator

Packages that use TestOperator
net.sf.mpxj   
 

Uses of TestOperator in net.sf.mpxj
 

Methods in net.sf.mpxj that return TestOperator
static TestOperator TestOperator.getInstance(int type)
          Retrieve an instance of the enum based on its int value.
static TestOperator TestOperator.getInstance(Number type)
          Retrieve an instance of the enum based on its int value.
 TestOperator GenericCriteria.getOperator()
          Retrieve the operator used in the test.
static TestOperator TestOperator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TestOperator[] TestOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.mpxj with parameters of type TestOperator
 void GenericCriteria.setOperator(TestOperator operator)
          Set the operator used in the test.
 



Copyright © 2012. All Rights Reserved.