Uses of Class
org.eclipse.ohf.ihe.common.ebxml._3._0.query.ComparatorType

Packages that use ComparatorType
org.eclipse.ohf.ihe.common.ebxml._3._0.query   
org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl   
 

Uses of ComparatorType in org.eclipse.ohf.ihe.common.ebxml._3._0.query
 

Fields in org.eclipse.ohf.ihe.common.ebxml._3._0.query declared as ComparatorType
static ComparatorType ComparatorType.EQ_LITERAL
          The 'EQ' literal object.
static ComparatorType ComparatorType.GE_LITERAL
          The 'GE' literal object.
static ComparatorType ComparatorType.GT_LITERAL
          The 'GT' literal object.
static ComparatorType ComparatorType.LE_LITERAL
          The 'LE' literal object.
static ComparatorType ComparatorType.LIKE_LITERAL
          The 'Like' literal object.
static ComparatorType ComparatorType.LT_LITERAL
          The 'LT' literal object.
static ComparatorType ComparatorType.NE_LITERAL
          The 'NE' literal object.
static ComparatorType ComparatorType.NOT_LIKE_LITERAL
          The 'Not Like' literal object.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return ComparatorType
static ComparatorType ComparatorType.get(int value)
          Returns the 'Comparator Type' literal with the specified integer value.
static ComparatorType ComparatorType.get(java.lang.String literal)
          Returns the 'Comparator Type' literal with the specified literal value.
static ComparatorType ComparatorType.getByName(java.lang.String name)
          Returns the 'Comparator Type' literal with the specified name.
 ComparatorType SimpleFilterType.getComparator()
          Returns the value of the 'Comparator' attribute.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query with parameters of type ComparatorType
 void SimpleFilterType.setComparator(ComparatorType value)
          Sets the value of the 'Comparator' attribute.
 

Uses of ComparatorType in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return ComparatorType
 ComparatorType QueryFactoryImpl.createComparatorTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ComparatorType QueryFactoryImpl.createComparatorTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ComparatorType SimpleFilterTypeImpl.getComparator()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type ComparatorType
 void SimpleFilterTypeImpl.setComparator(ComparatorType newComparator)