Uses of Interface
Moml.LinkType

Packages that use LinkType
Moml   
Moml.impl   
Moml.util   
 

Uses of LinkType in Moml
 

Methods in Moml that return LinkType
 LinkType MomlFactory.createLinkType()
          Returns a new object of class 'Link Type'.
 LinkType DocumentRoot.getLink()
          Returns the value of the 'Link' containment reference.
 

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

Methods in Moml with parameters of type LinkType
 void DocumentRoot.setLink(LinkType value)
          Sets the value of the 'Link' containment reference.
 

Uses of LinkType in Moml.impl
 

Classes in Moml.impl that implement LinkType
 class LinkTypeImpl
          An implementation of the model object 'Link Type'.
 

Methods in Moml.impl that return LinkType
 LinkType MomlFactoryImpl.createLinkType()
           
 LinkType DocumentRootImpl.getLink()
           
 

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

Methods in Moml.impl with parameters of type LinkType
 NotificationChain DocumentRootImpl.basicSetLink(LinkType newLink, NotificationChain msgs)
           
 void DocumentRootImpl.setLink(LinkType newLink)
           
 

Uses of LinkType in Moml.util
 

Methods in Moml.util with parameters of type LinkType
 T MomlSwitch.caseLinkType(LinkType object)
          Returns the result of interpreting the object as an instance of 'Link Type'.