Uses of Interface
Moml.DirectorType

Packages that use DirectorType
Moml   
Moml.impl   
Moml.util   
 

Uses of DirectorType in Moml
 

Methods in Moml that return DirectorType
 DirectorType MomlFactory.createDirectorType()
          Returns a new object of class 'Director Type'.
 DirectorType DocumentRoot.getDirector()
          Returns the value of the 'Director' containment reference.
 

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

Methods in Moml with parameters of type DirectorType
 void DocumentRoot.setDirector(DirectorType value)
          Sets the value of the 'Director' containment reference.
 

Uses of DirectorType in Moml.impl
 

Classes in Moml.impl that implement DirectorType
 class DirectorTypeImpl
          An implementation of the model object 'Director Type'.
 

Methods in Moml.impl that return DirectorType
 DirectorType MomlFactoryImpl.createDirectorType()
           
 DirectorType DocumentRootImpl.getDirector()
           
 

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

Methods in Moml.impl with parameters of type DirectorType
 NotificationChain DocumentRootImpl.basicSetDirector(DirectorType newDirector, NotificationChain msgs)
           
 void DocumentRootImpl.setDirector(DirectorType newDirector)
           
 

Uses of DirectorType in Moml.util
 

Methods in Moml.util with parameters of type DirectorType
 T MomlSwitch.caseDirectorType(DirectorType object)
          Returns the result of interpreting the object as an instance of 'Director Type'.