Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.ClassificationSchemeType

Packages that use ClassificationSchemeType
org.eclipse.ohf.ihe.common.ebxml._2._1.rim   
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl   
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util   
 

Uses of ClassificationSchemeType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim that return ClassificationSchemeType
 ClassificationSchemeType RimFactory.createClassificationSchemeType()
          Returns a new object of class 'Classification Scheme Type'.
 ClassificationSchemeType DocumentRoot.getClassificationScheme()
          Returns the value of the 'Classification Scheme' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim with parameters of type ClassificationSchemeType
 void DocumentRoot.setClassificationScheme(ClassificationSchemeType value)
          Sets the value of the 'Classification Scheme' containment reference.
 

Uses of ClassificationSchemeType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that implement ClassificationSchemeType
 class ClassificationSchemeTypeImpl
          An implementation of the model object 'Classification Scheme Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that return ClassificationSchemeType
 ClassificationSchemeType RimFactoryImpl.createClassificationSchemeType()
           
 ClassificationSchemeType DocumentRootImpl.getClassificationScheme()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type ClassificationSchemeType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetClassificationScheme(ClassificationSchemeType newClassificationScheme, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setClassificationScheme(ClassificationSchemeType newClassificationScheme)
           
 

Uses of ClassificationSchemeType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util with parameters of type ClassificationSchemeType
 java.lang.Object RimSwitch.caseClassificationSchemeType(ClassificationSchemeType object)
          Returns the result of interpretting the object as an instance of 'Classification Scheme Type'.
 boolean RimValidator.validateClassificationSchemeType(ClassificationSchemeType classificationSchemeType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)