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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return EIVLTS
 EIVLTS CDAR2FactoryImpl.createEIVLTS()
           
 

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

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