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

Packages that use ClassificationNodeType
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 ClassificationNodeType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim
 

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

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

Uses of ClassificationNodeType 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 ClassificationNodeType
 class ClassificationNodeTypeImpl
          An implementation of the model object 'Classification Node Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that return ClassificationNodeType
 ClassificationNodeType RimFactoryImpl.createClassificationNodeType()
           
 ClassificationNodeType DocumentRootImpl.getClassificationNode()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type ClassificationNodeType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetClassificationNode(ClassificationNodeType newClassificationNode, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setClassificationNode(ClassificationNodeType newClassificationNode)
           
 

Uses of ClassificationNodeType 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 ClassificationNodeType
 java.lang.Object RimSwitch.caseClassificationNodeType(ClassificationNodeType object)
          Returns the result of interpretting the object as an instance of 'Classification Node Type'.
 boolean RimValidator.validateClassificationNodeType(ClassificationNodeType classificationNodeType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)