Uses of Class
org.eclipse.ohf.ihe.common.ebxml._2._1.query.LogicalPredicateType

Packages that use LogicalPredicateType
org.eclipse.ohf.ihe.common.ebxml._2._1.query   
org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl   
 

Uses of LogicalPredicateType in org.eclipse.ohf.ihe.common.ebxml._2._1.query
 

Fields in org.eclipse.ohf.ihe.common.ebxml._2._1.query declared as LogicalPredicateType
static LogicalPredicateType LogicalPredicateType.EQ_LITERAL
          The 'EQ' literal object.
static LogicalPredicateType LogicalPredicateType.GE_LITERAL
          The 'GE' literal object.
static LogicalPredicateType LogicalPredicateType.GT_LITERAL
          The 'GT' literal object.
static LogicalPredicateType LogicalPredicateType.LE_LITERAL
          The 'LE' literal object.
static LogicalPredicateType LogicalPredicateType.LT_LITERAL
          The 'LT' literal object.
static LogicalPredicateType LogicalPredicateType.NE_LITERAL
          The 'NE' literal object.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return LogicalPredicateType
static LogicalPredicateType LogicalPredicateType.get(int value)
          Returns the 'Logical Predicate Type' literal with the specified integer value.
static LogicalPredicateType LogicalPredicateType.get(java.lang.String literal)
          Returns the 'Logical Predicate Type' literal with the specified literal value.
static LogicalPredicateType LogicalPredicateType.getByName(java.lang.String name)
          Returns the 'Logical Predicate Type' literal with the specified name.
 LogicalPredicateType RationalClauseType.getLogicalPredicate()
          Returns the value of the 'Logical Predicate' attribute.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query with parameters of type LogicalPredicateType
 void RationalClauseType.setLogicalPredicate(LogicalPredicateType value)
          Sets the value of the 'Logical Predicate' attribute.
 

Uses of LogicalPredicateType in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return LogicalPredicateType
 LogicalPredicateType QueryFactoryImpl.createLogicalPredicateTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 LogicalPredicateType QueryFactoryImpl.createLogicalPredicateTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 LogicalPredicateType RationalClauseTypeImpl.getLogicalPredicate()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type LogicalPredicateType
 void RationalClauseTypeImpl.setLogicalPredicate(LogicalPredicateType newLogicalPredicate)