Uses of Interface
Moml.GroupType

Packages that use GroupType
Moml   
Moml.impl   
Moml.util   
 

Uses of GroupType in Moml
 

Methods in Moml that return GroupType
 GroupType MomlFactory.createGroupType()
          Returns a new object of class 'Group Type'.
 GroupType DocumentRoot.getGroup()
          Returns the value of the 'Group' containment reference.
 

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

Methods in Moml with parameters of type GroupType
 void DocumentRoot.setGroup(GroupType value)
          Sets the value of the 'Group' containment reference.
 

Uses of GroupType in Moml.impl
 

Classes in Moml.impl that implement GroupType
 class GroupTypeImpl
          An implementation of the model object 'Group Type'.
 

Methods in Moml.impl that return GroupType
 GroupType MomlFactoryImpl.createGroupType()
           
 GroupType DocumentRootImpl.getGroup()
           
 

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

Methods in Moml.impl with parameters of type GroupType
 NotificationChain DocumentRootImpl.basicSetGroup(GroupType newGroup, NotificationChain msgs)
           
 void DocumentRootImpl.setGroup(GroupType newGroup)
           
 

Uses of GroupType in Moml.util
 

Methods in Moml.util with parameters of type GroupType
 T MomlSwitch.caseGroupType(GroupType object)
          Returns the result of interpreting the object as an instance of 'Group Type'.