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

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

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

Fields in org.eclipse.ohf.ihe.common.ebxml._2._1.query declared as ConnectivePredicateType
static ConnectivePredicateType ConnectivePredicateType.AND_LITERAL
          The 'And' literal object.
static ConnectivePredicateType ConnectivePredicateType.OR_LITERAL
          The 'Or' literal object.
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query with parameters of type ConnectivePredicateType
 void CompoundClauseType.setConnectivePredicate(ConnectivePredicateType value)
          Sets the value of the 'Connective Predicate' attribute.
 

Uses of ConnectivePredicateType 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 ConnectivePredicateType
 ConnectivePredicateType QueryFactoryImpl.createConnectivePredicateTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ConnectivePredicateType QueryFactoryImpl.createConnectivePredicateTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ConnectivePredicateType CompoundClauseTypeImpl.getConnectivePredicate()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type ConnectivePredicateType
 void CompoundClauseTypeImpl.setConnectivePredicate(ConnectivePredicateType newConnectivePredicate)