Uses of Interface
Moml.DeleteRelationType

Packages that use DeleteRelationType
Moml   
Moml.impl   
Moml.util   
 

Uses of DeleteRelationType in Moml
 

Methods in Moml that return DeleteRelationType
 DeleteRelationType MomlFactory.createDeleteRelationType()
          Returns a new object of class 'Delete Relation Type'.
 DeleteRelationType DocumentRoot.getDeleteRelation()
          Returns the value of the 'Delete Relation' containment reference.
 

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

Methods in Moml with parameters of type DeleteRelationType
 void DocumentRoot.setDeleteRelation(DeleteRelationType value)
          Sets the value of the 'Delete Relation' containment reference.
 

Uses of DeleteRelationType in Moml.impl
 

Classes in Moml.impl that implement DeleteRelationType
 class DeleteRelationTypeImpl
          An implementation of the model object 'Delete Relation Type'.
 

Methods in Moml.impl that return DeleteRelationType
 DeleteRelationType MomlFactoryImpl.createDeleteRelationType()
           
 DeleteRelationType DocumentRootImpl.getDeleteRelation()
           
 

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

Methods in Moml.impl with parameters of type DeleteRelationType
 NotificationChain DocumentRootImpl.basicSetDeleteRelation(DeleteRelationType newDeleteRelation, NotificationChain msgs)
           
 void DocumentRootImpl.setDeleteRelation(DeleteRelationType newDeleteRelation)
           
 

Uses of DeleteRelationType in Moml.util
 

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