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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return GLISTTS
 GLISTTS CDAR2FactoryImpl.createGLISTTS()
           
 

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

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