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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return StrucDocCaption
 StrucDocCaption CDAR2Factory.createStrucDocCaption()
          Returns a new object of class 'Struc Doc Caption'.
 StrucDocCaption StrucDocList.getCaption()
          Returns the value of the 'Caption' containment reference.
 StrucDocCaption StrucDocRenderMultiMedia.getCaption()
          Returns the value of the 'Caption' containment reference.
 StrucDocCaption StrucDocItem.getCaption()
          Returns the value of the 'Caption' containment reference.
 StrucDocCaption StrucDocTable.getCaption()
          Returns the value of the 'Caption' containment reference.
 StrucDocCaption StrucDocParagraph.getCaption()
          Returns the value of the 'Caption' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type StrucDocCaption
 void StrucDocList.setCaption(StrucDocCaption value)
          Sets the value of the 'Caption' containment reference.
 void StrucDocRenderMultiMedia.setCaption(StrucDocCaption value)
          Sets the value of the 'Caption' containment reference.
 void StrucDocItem.setCaption(StrucDocCaption value)
          Sets the value of the 'Caption' containment reference.
 void StrucDocTable.setCaption(StrucDocCaption value)
          Sets the value of the 'Caption' containment reference.
 void StrucDocParagraph.setCaption(StrucDocCaption value)
          Sets the value of the 'Caption' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement StrucDocCaption
 class StrucDocCaptionImpl
          An implementation of the model object 'Struc Doc Caption'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return StrucDocCaption
 StrucDocCaption CDAR2FactoryImpl.createStrucDocCaption()
           
 StrucDocCaption StrucDocTableImpl.getCaption()
           
 StrucDocCaption StrucDocRenderMultiMediaImpl.getCaption()
           
 StrucDocCaption StrucDocParagraphImpl.getCaption()
           
 StrucDocCaption StrucDocListImpl.getCaption()
           
 StrucDocCaption StrucDocItemImpl.getCaption()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type StrucDocCaption
 org.eclipse.emf.common.notify.NotificationChain StrucDocTableImpl.basicSetCaption(StrucDocCaption newCaption, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain StrucDocRenderMultiMediaImpl.basicSetCaption(StrucDocCaption newCaption, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain StrucDocParagraphImpl.basicSetCaption(StrucDocCaption newCaption, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain StrucDocListImpl.basicSetCaption(StrucDocCaption newCaption, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain StrucDocItemImpl.basicSetCaption(StrucDocCaption newCaption, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void StrucDocTableImpl.setCaption(StrucDocCaption newCaption)
           
 void StrucDocRenderMultiMediaImpl.setCaption(StrucDocCaption newCaption)
           
 void StrucDocParagraphImpl.setCaption(StrucDocCaption newCaption)
           
 void StrucDocListImpl.setCaption(StrucDocCaption newCaption)
           
 void StrucDocItemImpl.setCaption(StrucDocCaption newCaption)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type StrucDocCaption
 java.lang.Object CDAR2Switch.caseStrucDocCaption(StrucDocCaption object)
          Returns the result of interpretting the object as an instance of 'Struc Doc Caption'.
 boolean CDAR2Validator.validateStrucDocCaption(StrucDocCaption strucDocCaption, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)