Uses of Interface
Moml.DeleteEntityType

Packages that use DeleteEntityType
Moml   
Moml.impl   
Moml.util   
 

Uses of DeleteEntityType in Moml
 

Methods in Moml that return DeleteEntityType
 DeleteEntityType MomlFactory.createDeleteEntityType()
          Returns a new object of class 'Delete Entity Type'.
 DeleteEntityType DocumentRoot.getDeleteEntity()
          Returns the value of the 'Delete Entity' containment reference.
 

Methods in Moml that return types with arguments of type DeleteEntityType
 EList<DeleteEntityType> ClassType.getDeleteEntity()
          Returns the value of the 'Delete Entity' containment reference list.
 EList<DeleteEntityType> EntityType.getDeleteEntity()
          Returns the value of the 'Delete Entity' containment reference list.
 EList<DeleteEntityType> ModelType.getDeleteEntity()
          Returns the value of the 'Delete Entity' containment reference list.
 

Methods in Moml with parameters of type DeleteEntityType
 void DocumentRoot.setDeleteEntity(DeleteEntityType value)
          Sets the value of the 'Delete Entity' containment reference.
 

Uses of DeleteEntityType in Moml.impl
 

Classes in Moml.impl that implement DeleteEntityType
 class DeleteEntityTypeImpl
          An implementation of the model object 'Delete Entity Type'.
 

Methods in Moml.impl that return DeleteEntityType
 DeleteEntityType MomlFactoryImpl.createDeleteEntityType()
           
 DeleteEntityType DocumentRootImpl.getDeleteEntity()
           
 

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

Methods in Moml.impl with parameters of type DeleteEntityType
 NotificationChain DocumentRootImpl.basicSetDeleteEntity(DeleteEntityType newDeleteEntity, NotificationChain msgs)
           
 void DocumentRootImpl.setDeleteEntity(DeleteEntityType newDeleteEntity)
           
 

Uses of DeleteEntityType in Moml.util
 

Methods in Moml.util with parameters of type DeleteEntityType
 T MomlSwitch.caseDeleteEntityType(DeleteEntityType object)
          Returns the result of interpreting the object as an instance of 'Delete Entity Type'.