Uses of Interface
Moml.ModelType

Packages that use ModelType
Moml   
Moml.impl   
Moml.util   
 

Uses of ModelType in Moml
 

Methods in Moml that return ModelType
 ModelType MomlFactory.createModelType()
          Returns a new object of class 'Model Type'.
 ModelType DocumentRoot.getModel()
          Returns the value of the 'Model' containment reference.
 

Methods in Moml with parameters of type ModelType
 void DocumentRoot.setModel(ModelType value)
          Sets the value of the 'Model' containment reference.
 

Uses of ModelType in Moml.impl
 

Classes in Moml.impl that implement ModelType
 class ModelTypeImpl
          An implementation of the model object 'Model Type'.
 

Methods in Moml.impl that return ModelType
 ModelType MomlFactoryImpl.createModelType()
           
 ModelType DocumentRootImpl.getModel()
           
 

Methods in Moml.impl with parameters of type ModelType
 NotificationChain DocumentRootImpl.basicSetModel(ModelType newModel, NotificationChain msgs)
           
 void DocumentRootImpl.setModel(ModelType newModel)
           
 

Uses of ModelType in Moml.util
 

Methods in Moml.util with parameters of type ModelType
 T MomlSwitch.caseModelType(ModelType object)
          Returns the result of interpreting the object as an instance of 'Model Type'.