Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._3._0.query.AssociationQueryType

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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return AssociationQueryType
 AssociationQueryType QueryFactory.createAssociationQueryType()
          Returns a new object of class 'Association Query Type'.
 

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

Classes in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that implement AssociationQueryType
 class AssociationQueryTypeImpl
          An implementation of the model object 'Association Query Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return AssociationQueryType
 AssociationQueryType QueryFactoryImpl.createAssociationQueryType()
           
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.util with parameters of type AssociationQueryType
 java.lang.Object QuerySwitch.caseAssociationQueryType(AssociationQueryType object)
          Returns the result of interpretting the object as an instance of 'Association Query Type'.