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

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

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

Subinterfaces of URL1 in org.eclipse.ohf.ihe.common.cdar2
 interface TEL
          A representation of the model object 'TEL'.
 

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

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

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

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