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

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

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

Subinterfaces of CV in org.eclipse.ohf.ihe.common.cdar2
 interface CO
          A representation of the model object 'CO'.
 interface CS1
          A representation of the model object 'CS1'.
 interface PQR
          A representation of the model object 'PQR'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return CV
 CV CDAR2Factory.createCV()
          Returns a new object of class 'CV'.
 CV CR.getName()
          Returns the value of the 'Name' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type CV
 void CR.setName(CV value)
          Sets the value of the 'Name' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement CV
 class COImpl
          An implementation of the model object 'CO'.
 class CS1Impl
          An implementation of the model object 'CS1'.
 class CVImpl
          An implementation of the model object 'CV'.
 class PQRImpl
          An implementation of the model object 'PQR'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return CV
 CV CDAR2FactoryImpl.createCV()
           
 CV CRImpl.getName()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type CV
 org.eclipse.emf.common.notify.NotificationChain CRImpl.basicSetName(CV newName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CRImpl.setName(CV newName)
           
 

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

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