Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._3._0.rim.IdentifiableType

Packages that use IdentifiableType
org.eclipse.ohf.ihe.common.ebxml._3._0.rim   
org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl   
org.eclipse.ohf.ihe.common.ebxml._3._0.rim.util   
 

Uses of IdentifiableType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim
 

Subinterfaces of IdentifiableType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim
 interface AdhocQueryType
          A representation of the model object 'Adhoc Query Type'.
 interface AssociationType1
          A representation of the model object 'Association Type1'.
 interface AuditableEventType
          A representation of the model object 'Auditable Event Type'.
 interface ClassificationNodeType
          A representation of the model object 'Classification Node Type'.
 interface ClassificationSchemeType
          A representation of the model object 'Classification Scheme Type'.
 interface ClassificationType
          A representation of the model object 'Classification Type'.
 interface ExternalIdentifierType
          A representation of the model object 'External Identifier Type'.
 interface ExternalLinkType
          A representation of the model object 'External Link Type'.
 interface ExtrinsicObjectType
          A representation of the model object 'Extrinsic Object Type'.
 interface FederationType
          A representation of the model object 'Federation Type'.
 interface NotificationType
          A representation of the model object 'Notification Type'.
 interface ObjectRefType
          A representation of the model object 'Object Ref Type'.
 interface OrganizationType
          A representation of the model object 'Organization Type'.
 interface PersonType
          A representation of the model object 'Person Type'.
 interface RegistryObjectType
          A representation of the model object 'Registry Object Type'.
 interface RegistryPackageType
          A representation of the model object 'Registry Package Type'.
 interface RegistryType
          A representation of the model object 'Registry Type'.
 interface ServiceBindingType
          A representation of the model object 'Service Binding Type'.
 interface ServiceType
          A representation of the model object 'Service Type'.
 interface SpecificationLinkType
          A representation of the model object 'Specification Link Type'.
 interface SubscriptionType
          A representation of the model object 'Subscription Type'.
 interface UserType
          A representation of the model object 'User Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return IdentifiableType
 IdentifiableType RimFactory.createIdentifiableType()
          Returns a new object of class 'Identifiable Type'.
 IdentifiableType DocumentRoot.getIdentifiable()
          Returns the value of the 'Identifiable' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim with parameters of type IdentifiableType
 void DocumentRoot.setIdentifiable(IdentifiableType value)
          Sets the value of the 'Identifiable' containment reference.
 

Uses of IdentifiableType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that implement IdentifiableType
 class AdhocQueryTypeImpl
          An implementation of the model object 'Adhoc Query Type'.
 class AssociationType1Impl
          An implementation of the model object 'Association Type1'.
 class AuditableEventTypeImpl
          An implementation of the model object 'Auditable Event Type'.
 class ClassificationNodeTypeImpl
          An implementation of the model object 'Classification Node Type'.
 class ClassificationSchemeTypeImpl
          An implementation of the model object 'Classification Scheme Type'.
 class ClassificationTypeImpl
          An implementation of the model object 'Classification Type'.
 class ExternalIdentifierTypeImpl
          An implementation of the model object 'External Identifier Type'.
 class ExternalLinkTypeImpl
          An implementation of the model object 'External Link Type'.
 class ExtrinsicObjectTypeImpl
          An implementation of the model object 'Extrinsic Object Type'.
 class FederationTypeImpl
          An implementation of the model object 'Federation Type'.
 class IdentifiableTypeImpl
          An implementation of the model object 'Identifiable Type'.
 class NotificationTypeImpl
          An implementation of the model object 'Notification Type'.
 class ObjectRefTypeImpl
          An implementation of the model object 'Object Ref Type'.
 class OrganizationTypeImpl
          An implementation of the model object 'Organization Type'.
 class PersonTypeImpl
          An implementation of the model object 'Person Type'.
 class RegistryObjectTypeImpl
          An implementation of the model object 'Registry Object Type'.
 class RegistryPackageTypeImpl
          An implementation of the model object 'Registry Package Type'.
 class RegistryTypeImpl
          An implementation of the model object 'Registry Type'.
 class ServiceBindingTypeImpl
          An implementation of the model object 'Service Binding Type'.
 class ServiceTypeImpl
          An implementation of the model object 'Service Type'.
 class SpecificationLinkTypeImpl
          An implementation of the model object 'Specification Link Type'.
 class SubscriptionTypeImpl
          An implementation of the model object 'Subscription Type'.
 class UserTypeImpl
          An implementation of the model object 'User Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that return IdentifiableType
 IdentifiableType RimFactoryImpl.createIdentifiableType()
           
 IdentifiableType DocumentRootImpl.getIdentifiable()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type IdentifiableType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetIdentifiable(IdentifiableType newIdentifiable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setIdentifiable(IdentifiableType newIdentifiable)
           
 

Uses of IdentifiableType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.util with parameters of type IdentifiableType
 java.lang.Object RimSwitch.caseIdentifiableType(IdentifiableType object)
          Returns the result of interpretting the object as an instance of 'Identifiable Type'.
 boolean RimValidator.validateIdentifiableType(IdentifiableType identifiableType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)