Uses of Interface
Moml.ImportType

Packages that use ImportType
Moml   
Moml.impl   
Moml.util   
 

Uses of ImportType in Moml
 

Methods in Moml that return ImportType
 ImportType MomlFactory.createImportType()
          Returns a new object of class 'Import Type'.
 ImportType DocumentRoot.getImport()
          Returns the value of the 'Import' containment reference.
 

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

Methods in Moml with parameters of type ImportType
 void DocumentRoot.setImport(ImportType value)
          Sets the value of the 'Import' containment reference.
 

Uses of ImportType in Moml.impl
 

Classes in Moml.impl that implement ImportType
 class ImportTypeImpl
          An implementation of the model object 'Import Type'.
 

Methods in Moml.impl that return ImportType
 ImportType MomlFactoryImpl.createImportType()
           
 ImportType DocumentRootImpl.getImport()
           
 

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

Methods in Moml.impl with parameters of type ImportType
 NotificationChain DocumentRootImpl.basicSetImport(ImportType newImport, NotificationChain msgs)
           
 void DocumentRootImpl.setImport(ImportType newImport)
           
 

Uses of ImportType in Moml.util
 

Methods in Moml.util with parameters of type ImportType
 T MomlSwitch.caseImportType(ImportType object)
          Returns the result of interpreting the object as an instance of 'Import Type'.