Uses of Interface
org.eclipse.ohf.ihe.common.cdar2.PN

Packages that use PN
org.eclipse.ohf.ihe.common.cdar2   
org.eclipse.ohf.ihe.common.cdar2.impl   
org.eclipse.ohf.ihe.common.cdar2.util   
 

Uses of PN in org.eclipse.ohf.ihe.common.cdar2
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return PN
 PN CDAR2Factory.createPN()
          Returns a new object of class 'PN'.
 

Uses of PN in org.eclipse.ohf.ihe.common.cdar2.impl
 

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement PN
 class PNImpl
          An implementation of the model object 'PN'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return PN
 PN CDAR2FactoryImpl.createPN()
           
 

Uses of PN in org.eclipse.ohf.ihe.common.cdar2.util
 

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type PN
 java.lang.Object CDAR2Switch.casePN(PN object)
          Returns the result of interpretting the object as an instance of 'PN'.
 boolean CDAR2Validator.validatePN(PN pn, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)