Uses of Interface
Moml.DeletePortType

Packages that use DeletePortType
Moml   
Moml.impl   
Moml.util   
 

Uses of DeletePortType in Moml
 

Methods in Moml that return DeletePortType
 DeletePortType MomlFactory.createDeletePortType()
          Returns a new object of class 'Delete Port Type'.
 DeletePortType DocumentRoot.getDeletePort()
          Returns the value of the 'Delete Port' containment reference.
 

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

Methods in Moml with parameters of type DeletePortType
 void DocumentRoot.setDeletePort(DeletePortType value)
          Sets the value of the 'Delete Port' containment reference.
 

Uses of DeletePortType in Moml.impl
 

Classes in Moml.impl that implement DeletePortType
 class DeletePortTypeImpl
          An implementation of the model object 'Delete Port Type'.
 

Methods in Moml.impl that return DeletePortType
 DeletePortType MomlFactoryImpl.createDeletePortType()
           
 DeletePortType DocumentRootImpl.getDeletePort()
           
 

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

Methods in Moml.impl with parameters of type DeletePortType
 NotificationChain DocumentRootImpl.basicSetDeletePort(DeletePortType newDeletePort, NotificationChain msgs)
           
 void DocumentRootImpl.setDeletePort(DeletePortType newDeletePort)
           
 

Uses of DeletePortType in Moml.util
 

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