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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TelephoneNumberListTypeImpl

public interface TelephoneNumberListType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Telephone Number List Type'.

The following features are supported:

See Also:
RimPackage.getTelephoneNumberListType()

Method Summary
 org.eclipse.emf.common.util.EList getTelephoneNumber()
          Returns the value of the 'Telephone Number' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getTelephoneNumber

org.eclipse.emf.common.util.EList getTelephoneNumber()
Returns the value of the 'Telephone Number' containment reference list. The list contents are of type TelephoneNumberType.

If the meaning of the 'Telephone Number' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Telephone Number' containment reference list.
See Also:
RimPackage.getTelephoneNumberListType_TelephoneNumber()