Uses of Interface
Moml.UnlinkType

Packages that use UnlinkType
Moml   
Moml.impl   
Moml.util   
 

Uses of UnlinkType in Moml
 

Methods in Moml that return UnlinkType
 UnlinkType MomlFactory.createUnlinkType()
          Returns a new object of class 'Unlink Type'.
 UnlinkType DocumentRoot.getUnlink()
          Returns the value of the 'Unlink' containment reference.
 

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

Methods in Moml with parameters of type UnlinkType
 void DocumentRoot.setUnlink(UnlinkType value)
          Sets the value of the 'Unlink' containment reference.
 

Uses of UnlinkType in Moml.impl
 

Classes in Moml.impl that implement UnlinkType
 class UnlinkTypeImpl
          An implementation of the model object 'Unlink Type'.
 

Methods in Moml.impl that return UnlinkType
 UnlinkType MomlFactoryImpl.createUnlinkType()
           
 UnlinkType DocumentRootImpl.getUnlink()
           
 

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

Methods in Moml.impl with parameters of type UnlinkType
 NotificationChain DocumentRootImpl.basicSetUnlink(UnlinkType newUnlink, NotificationChain msgs)
           
 void DocumentRootImpl.setUnlink(UnlinkType newUnlink)
           
 

Uses of UnlinkType in Moml.util
 

Methods in Moml.util with parameters of type UnlinkType
 T MomlSwitch.caseUnlinkType(UnlinkType object)
          Returns the result of interpreting the object as an instance of 'Unlink Type'.