Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._2._1.query.ClassifiedByBranchType

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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return ClassifiedByBranchType
 ClassifiedByBranchType QueryFactory.createClassifiedByBranchType()
          Returns a new object of class 'Classified By Branch Type'.
 ClassifiedByBranchType DocumentRoot.getClassifiedByBranch()
          Returns the value of the 'Classified By Branch' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query with parameters of type ClassifiedByBranchType
 void DocumentRoot.setClassifiedByBranch(ClassifiedByBranchType value)
          Sets the value of the 'Classified By Branch' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that implement ClassifiedByBranchType
 class ClassifiedByBranchTypeImpl
          An implementation of the model object 'Classified By Branch Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return ClassifiedByBranchType
 ClassifiedByBranchType QueryFactoryImpl.createClassifiedByBranchType()
           
 ClassifiedByBranchType DocumentRootImpl.getClassifiedByBranch()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type ClassifiedByBranchType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetClassifiedByBranch(ClassifiedByBranchType newClassifiedByBranch, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setClassifiedByBranch(ClassifiedByBranchType newClassifiedByBranch)
           
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.util with parameters of type ClassifiedByBranchType
 java.lang.Object QuerySwitch.caseClassifiedByBranchType(ClassifiedByBranchType object)
          Returns the result of interpretting the object as an instance of 'Classified By Branch Type'.