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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return TEL
 TEL CDAR2Factory.createTEL()
          Returns a new object of class 'TEL'.
 TEL ED.getReference()
          Returns the value of the 'Reference' containment reference.
 TEL POCDMT000040CustodianOrganization.getTelecom()
          Returns the value of the 'Telecom' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type TEL
 void ED.setReference(TEL value)
          Sets the value of the 'Reference' containment reference.
 void POCDMT000040CustodianOrganization.setTelecom(TEL value)
          Sets the value of the 'Telecom' containment reference.
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return TEL
 TEL CDAR2FactoryImpl.createTEL()
           
 TEL EDImpl.getReference()
           
 TEL POCDMT000040CustodianOrganizationImpl.getTelecom()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type TEL
 org.eclipse.emf.common.notify.NotificationChain EDImpl.basicSetReference(TEL newReference, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040CustodianOrganizationImpl.basicSetTelecom(TEL newTelecom, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void EDImpl.setReference(TEL newReference)
           
 void POCDMT000040CustodianOrganizationImpl.setTelecom(TEL newTelecom)
           
 

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

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