Uses of Interface
org.objectweb.dsrg.sofa.repository.model.MicroContent

Packages that use MicroContent
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
org.objectweb.dsrg.sofa.repository.model.util   
 

Uses of MicroContent in org.objectweb.dsrg.sofa.repository.model
 

Subinterfaces of MicroContent in org.objectweb.dsrg.sofa.repository.model
 interface MicroContentClass
          A representation of the model object 'Micro Content Class'
 interface MicroContentGenerator
          A representation of the model object 'Micro Content Generator'
 

Methods in org.objectweb.dsrg.sofa.repository.model that return MicroContent
 MicroContent MicroComponent.getContent()
          Returns the value of the 'Content' containment reference
 

Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type MicroContent
 void MicroComponent.setContent(MicroContent value)
          Sets the value of the 'Content' containment reference
 

Uses of MicroContent in org.objectweb.dsrg.sofa.repository.model.impl
 

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement MicroContent
 class MicroContentClassImpl
          An implementation of the model object 'Micro Content Class'
 class MicroContentGeneratorImpl
          An implementation of the model object 'Micro Content Generator'
 class MicroContentImpl
          An implementation of the model object 'Micro Content'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl declared as MicroContent
protected  MicroContent MicroComponentImpl.content
          The cached value of the 'Content' containment reference
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return MicroContent
 MicroContent MicroComponentImpl.basicGetContent()
           
 MicroContent MicroComponentImpl.getContent()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type MicroContent
 org.eclipse.emf.common.notify.NotificationChain MicroComponentImpl.basicSetContent(MicroContent newContent, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void MicroComponentImpl.setContent(MicroContent newContent)
           
 

Uses of MicroContent in org.objectweb.dsrg.sofa.repository.model.util
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type MicroContent
 T ModelSwitch.caseMicroContent(MicroContent object)
          Returns the result of interpreting the object as an instance of 'Micro Content'