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

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

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

Fields in org.eclipse.ohf.ihe.common.ebxml._3._0.query declared as LogicalOperatorType
static LogicalOperatorType LogicalOperatorType.AND_LITERAL
          The 'AND' literal object.
static LogicalOperatorType LogicalOperatorType.OR_LITERAL
          The 'OR' literal object.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return LogicalOperatorType
static LogicalOperatorType LogicalOperatorType.get(int value)
          Returns the 'Logical Operator Type' literal with the specified integer value.
static LogicalOperatorType LogicalOperatorType.get(java.lang.String literal)
          Returns the 'Logical Operator Type' literal with the specified literal value.
static LogicalOperatorType LogicalOperatorType.getByName(java.lang.String name)
          Returns the 'Logical Operator Type' literal with the specified name.
 LogicalOperatorType CompoundFilterType.getLogicalOperator()
          Returns the value of the 'Logical Operator' attribute.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query with parameters of type LogicalOperatorType
 void CompoundFilterType.setLogicalOperator(LogicalOperatorType value)
          Sets the value of the 'Logical Operator' attribute.
 

Uses of LogicalOperatorType 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 LogicalOperatorType
 LogicalOperatorType QueryFactoryImpl.createLogicalOperatorTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 LogicalOperatorType QueryFactoryImpl.createLogicalOperatorTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 LogicalOperatorType CompoundFilterTypeImpl.getLogicalOperator()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type LogicalOperatorType
 void CompoundFilterTypeImpl.setLogicalOperator(LogicalOperatorType newLogicalOperator)