Uses of Interface
Moml.RenditionType

Packages that use RenditionType
Moml   
Moml.impl   
Moml.util   
 

Uses of RenditionType in Moml
 

Methods in Moml that return RenditionType
 RenditionType MomlFactory.createRenditionType()
          Returns a new object of class 'Rendition Type'.
 RenditionType DocumentRoot.getRendition()
          Returns the value of the 'Rendition' containment reference.
 

Methods in Moml that return types with arguments of type RenditionType
 EList<RenditionType> ClassType.getRendition()
          Returns the value of the 'Rendition' containment reference list.
 EList<RenditionType> EntityType.getRendition()
          Returns the value of the 'Rendition' containment reference list.
 EList<RenditionType> ModelType.getRendition()
          Returns the value of the 'Rendition' containment reference list.
 

Methods in Moml with parameters of type RenditionType
 void DocumentRoot.setRendition(RenditionType value)
          Sets the value of the 'Rendition' containment reference.
 

Uses of RenditionType in Moml.impl
 

Classes in Moml.impl that implement RenditionType
 class RenditionTypeImpl
          An implementation of the model object 'Rendition Type'.
 

Methods in Moml.impl that return RenditionType
 RenditionType MomlFactoryImpl.createRenditionType()
           
 RenditionType DocumentRootImpl.getRendition()
           
 

Methods in Moml.impl that return types with arguments of type RenditionType
 EList<RenditionType> ClassTypeImpl.getRendition()
           
 EList<RenditionType> EntityTypeImpl.getRendition()
           
 EList<RenditionType> ModelTypeImpl.getRendition()
           
 

Methods in Moml.impl with parameters of type RenditionType
 NotificationChain DocumentRootImpl.basicSetRendition(RenditionType newRendition, NotificationChain msgs)
           
 void DocumentRootImpl.setRendition(RenditionType newRendition)
           
 

Uses of RenditionType in Moml.util
 

Methods in Moml.util with parameters of type RenditionType
 T MomlSwitch.caseRenditionType(RenditionType object)
          Returns the result of interpreting the object as an instance of 'Rendition Type'.