org.eclipse.ohf.ihe.common.ebxml._3._0.rim
Interface RegistryObjectListType

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

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

A representation of the model object 'Registry Object List Type'.

The following features are supported:

See Also:
RimPackage.getRegistryObjectListType()

Method Summary
 org.eclipse.emf.common.util.EList getIdentifiable()
          Returns the value of the 'Identifiable' containment reference list.
 org.eclipse.emf.ecore.util.FeatureMap getIdentifiableGroup()
          Returns the value of the 'Identifiable Group' attribute 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

getIdentifiableGroup

org.eclipse.emf.ecore.util.FeatureMap getIdentifiableGroup()
Returns the value of the 'Identifiable Group' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Identifiable Group' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Identifiable Group' attribute list.
See Also:
RimPackage.getRegistryObjectListType_IdentifiableGroup()

getIdentifiable

org.eclipse.emf.common.util.EList getIdentifiable()
Returns the value of the 'Identifiable' containment reference list. The list contents are of type IdentifiableType.

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

Returns:
the value of the 'Identifiable' containment reference list.
See Also:
RimPackage.getRegistryObjectListType_Identifiable()