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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return BL1
 BL1 CDAR2Factory.createBL1()
          Returns a new object of class 'BL1'.
 BL1 POCDMT000040Supply.getIndependentInd()
          Returns the value of the 'Independent Ind' containment reference.
 BL1 POCDMT000040LanguageCommunication.getPreferenceInd()
          Returns the value of the 'Preference Ind' containment reference.
 BL1 POCDMT000040Reference.getSeperatableInd()
          Returns the value of the 'Seperatable Ind' containment reference.
 BL1 POCDMT000040Component4.getSeperatableInd()
          Returns the value of the 'Seperatable Ind' containment reference.
 BL1 POCDMT000040EntryRelationship.getSeperatableInd()
          Returns the value of the 'Seperatable Ind' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type BL1
 void POCDMT000040Supply.setIndependentInd(BL1 value)
          Sets the value of the 'Independent Ind' containment reference.
 void POCDMT000040LanguageCommunication.setPreferenceInd(BL1 value)
          Sets the value of the 'Preference Ind' containment reference.
 void POCDMT000040Reference.setSeperatableInd(BL1 value)
          Sets the value of the 'Seperatable Ind' containment reference.
 void POCDMT000040Component4.setSeperatableInd(BL1 value)
          Sets the value of the 'Seperatable Ind' containment reference.
 void POCDMT000040EntryRelationship.setSeperatableInd(BL1 value)
          Sets the value of the 'Seperatable Ind' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement BL1
 class BL1Impl
          An implementation of the model object 'BL1'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return BL1
 BL1 CDAR2FactoryImpl.createBL1()
           
 BL1 POCDMT000040SupplyImpl.getIndependentInd()
           
 BL1 POCDMT000040LanguageCommunicationImpl.getPreferenceInd()
           
 BL1 POCDMT000040ReferenceImpl.getSeperatableInd()
           
 BL1 POCDMT000040EntryRelationshipImpl.getSeperatableInd()
           
 BL1 POCDMT000040Component4Impl.getSeperatableInd()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type BL1
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040SupplyImpl.basicSetIndependentInd(BL1 newIndependentInd, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040LanguageCommunicationImpl.basicSetPreferenceInd(BL1 newPreferenceInd, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ReferenceImpl.basicSetSeperatableInd(BL1 newSeperatableInd, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040EntryRelationshipImpl.basicSetSeperatableInd(BL1 newSeperatableInd, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040Component4Impl.basicSetSeperatableInd(BL1 newSeperatableInd, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040SupplyImpl.setIndependentInd(BL1 newIndependentInd)
           
 void POCDMT000040LanguageCommunicationImpl.setPreferenceInd(BL1 newPreferenceInd)
           
 void POCDMT000040ReferenceImpl.setSeperatableInd(BL1 newSeperatableInd)
           
 void POCDMT000040EntryRelationshipImpl.setSeperatableInd(BL1 newSeperatableInd)
           
 void POCDMT000040Component4Impl.setSeperatableInd(BL1 newSeperatableInd)
           
 

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

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