Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._3._0.rim.ClassificationType

Packages that use ClassificationType
org.eclipse.ohf.ihe.common.ebxml._3._0.rim   
org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl   
org.eclipse.ohf.ihe.common.ebxml._3._0.rim.util   
 

Uses of ClassificationType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return ClassificationType
 ClassificationType RimFactory.createClassificationType()
          Returns a new object of class 'Classification Type'.
 ClassificationType DocumentRoot.getClassification()
          Returns the value of the 'Classification' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim with parameters of type ClassificationType
 void DocumentRoot.setClassification(ClassificationType value)
          Sets the value of the 'Classification' containment reference.
 

Uses of ClassificationType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that implement ClassificationType
 class ClassificationTypeImpl
          An implementation of the model object 'Classification Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that return ClassificationType
 ClassificationType RimFactoryImpl.createClassificationType()
           
 ClassificationType DocumentRootImpl.getClassification()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type ClassificationType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetClassification(ClassificationType newClassification, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setClassification(ClassificationType newClassification)
           
 

Uses of ClassificationType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.util with parameters of type ClassificationType
 java.lang.Object RimSwitch.caseClassificationType(ClassificationType object)
          Returns the result of interpretting the object as an instance of 'Classification Type'.
 boolean RimValidator.validateClassificationType(ClassificationType classificationType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)