Uses of Class
edu.harvard.i2b2.crc.datavo.pdo.query.ConstrainOperatorType

Packages that use ConstrainOperatorType
edu.harvard.i2b2.crc.datavo.pdo.query   
 

Uses of ConstrainOperatorType in edu.harvard.i2b2.crc.datavo.pdo.query
 

Fields in edu.harvard.i2b2.crc.datavo.pdo.query declared as ConstrainOperatorType
protected  ConstrainOperatorType ItemType.ConstrainByValue.valueOperator
           
 

Methods in edu.harvard.i2b2.crc.datavo.pdo.query that return ConstrainOperatorType
static ConstrainOperatorType ConstrainOperatorType.fromValue(String v)
           
 ConstrainOperatorType ItemType.ConstrainByValue.getValueOperator()
          Gets the value of the valueOperator property.
static ConstrainOperatorType ConstrainOperatorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConstrainOperatorType[] ConstrainOperatorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.harvard.i2b2.crc.datavo.pdo.query with parameters of type ConstrainOperatorType
 void ItemType.ConstrainByValue.setValueOperator(ConstrainOperatorType value)
          Sets the value of the valueOperator property.
 



Copyright © 2011. All Rights Reserved.