Uses of Interface
Moml.PortType

Packages that use PortType
Moml   
Moml.impl   
Moml.util   
 

Uses of PortType in Moml
 

Methods in Moml that return PortType
 PortType MomlFactory.createPortType()
          Returns a new object of class 'Port Type'.
 PortType DocumentRoot.getPort()
          Returns the value of the 'Port' containment reference.
 

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

Methods in Moml with parameters of type PortType
 void DocumentRoot.setPort(PortType value)
          Sets the value of the 'Port' containment reference.
 

Uses of PortType in Moml.impl
 

Classes in Moml.impl that implement PortType
 class PortTypeImpl
          An implementation of the model object 'Port Type'.
 

Methods in Moml.impl that return PortType
 PortType MomlFactoryImpl.createPortType()
           
 PortType DocumentRootImpl.getPort()
           
 

Methods in Moml.impl that return types with arguments of type PortType
 EList<PortType> ClassTypeImpl.getPort()
           
 EList<PortType> EntityTypeImpl.getPort()
           
 

Methods in Moml.impl with parameters of type PortType
 NotificationChain DocumentRootImpl.basicSetPort(PortType newPort, NotificationChain msgs)
           
 void DocumentRootImpl.setPort(PortType newPort)
           
 

Uses of PortType in Moml.util
 

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