Uses of Interface
org.eclipse.ohf.stem.core.common.DublinCore

Packages that use DublinCore
org.eclipse.ohf.stem.core.common   
org.eclipse.ohf.stem.core.common.impl   
org.eclipse.ohf.stem.core.common.util   
org.eclipse.ohf.stem.internal.data   
 

Uses of DublinCore in org.eclipse.ohf.stem.core.common
 

Methods in org.eclipse.ohf.stem.core.common that return DublinCore
 DublinCore CommonFactory.createDublinCore()
          Returns a new object of class 'Dublin Core'.
 DublinCore Identifiable.getDublinCore()
           
 DublinCore DublinCore.populate()
          Initialize some of the Dublin Core terms from information available from the run-time environment.
 

Methods in org.eclipse.ohf.stem.core.common with parameters of type DublinCore
 void Identifiable.setDublinCore(DublinCore value)
          Sets the value of the 'Dublin Core' containment reference.
 

Uses of DublinCore in org.eclipse.ohf.stem.core.common.impl
 

Classes in org.eclipse.ohf.stem.core.common.impl that implement DublinCore
 class DublinCoreImpl
          An implementation of the model object 'Dublin Core'.
 

Methods in org.eclipse.ohf.stem.core.common.impl that return DublinCore
 DublinCore CommonFactoryImpl.createDublinCore()
           
 DublinCore IdentifiableImpl.getDublinCore()
           
 DublinCore DublinCoreImpl.populate()
           
 

Methods in org.eclipse.ohf.stem.core.common.impl with parameters of type DublinCore
 org.eclipse.emf.common.notify.NotificationChain IdentifiableImpl.basicSetDublinCore(DublinCore newDublinCore, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void IdentifiableImpl.setDublinCore(DublinCore newDublinCore)
           
 

Uses of DublinCore in org.eclipse.ohf.stem.core.common.util
 

Methods in org.eclipse.ohf.stem.core.common.util with parameters of type DublinCore
 T CommonSwitch.caseDublinCore(DublinCore object)
          Returns the result of interpretting the object as an instance of 'Dublin Core'.
 

Uses of DublinCore in org.eclipse.ohf.stem.internal.data
 

Methods in org.eclipse.ohf.stem.internal.data that return DublinCore
 DublinCore IdentifiableRecord.getDublinCore()
           
 

Methods in org.eclipse.ohf.stem.internal.data with parameters of type DublinCore
 void IdentifiableRecord.setDublinCore(DublinCore dublinCore)