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

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

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

Fields in edu.harvard.i2b2.crc.datavo.pdo.query declared as ConstrainValueType
protected  ConstrainValueType ItemType.ConstrainByValue.valueType
           
 

Methods in edu.harvard.i2b2.crc.datavo.pdo.query that return ConstrainValueType
static ConstrainValueType ConstrainValueType.fromValue(String v)
           
 ConstrainValueType ItemType.ConstrainByValue.getValueType()
          Gets the value of the valueType property.
static ConstrainValueType ConstrainValueType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConstrainValueType[] ConstrainValueType.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 ConstrainValueType
 void ItemType.ConstrainByValue.setValueType(ConstrainValueType value)
          Sets the value of the valueType property.
 



Copyright © 2011. All Rights Reserved.