Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.TelephoneNumberListType

Packages that use TelephoneNumberListType
org.eclipse.ohf.ihe.common.ebxml._2._1.rim   
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl   
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util   
 

Uses of TelephoneNumberListType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim that return TelephoneNumberListType
 TelephoneNumberListType RimFactory.createTelephoneNumberListType()
          Returns a new object of class 'Telephone Number List Type'.
 

Uses of TelephoneNumberListType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that implement TelephoneNumberListType
 class TelephoneNumberListTypeImpl
          An implementation of the model object 'Telephone Number List Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that return TelephoneNumberListType
 TelephoneNumberListType RimFactoryImpl.createTelephoneNumberListType()
           
 

Uses of TelephoneNumberListType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util with parameters of type TelephoneNumberListType
 java.lang.Object RimSwitch.caseTelephoneNumberListType(TelephoneNumberListType object)
          Returns the result of interpretting the object as an instance of 'Telephone Number List Type'.
 boolean RimValidator.validateTelephoneNumberListType(TelephoneNumberListType telephoneNumberListType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)