Uses of Interface
Moml.RelationType

Packages that use RelationType
Moml   
Moml.impl   
Moml.util   
 

Uses of RelationType in Moml
 

Methods in Moml that return RelationType
 RelationType MomlFactory.createRelationType()
          Returns a new object of class 'Relation Type'.
 RelationType DocumentRoot.getRelation()
          Returns the value of the 'Relation' containment reference.
 

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

Methods in Moml with parameters of type RelationType
 void DocumentRoot.setRelation(RelationType value)
          Sets the value of the 'Relation' containment reference.
 

Uses of RelationType in Moml.impl
 

Methods in Moml.impl that return RelationType
 RelationType MomlFactoryImpl.createRelationType()
           
 RelationType DocumentRootImpl.getRelation()
           
 

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

Methods in Moml.impl with parameters of type RelationType
 NotificationChain DocumentRootImpl.basicSetRelation(RelationType newRelation, NotificationChain msgs)
           
 void DocumentRootImpl.setRelation(RelationType newRelation)
           
 

Uses of RelationType in Moml.util
 

Methods in Moml.util with parameters of type RelationType
 T MomlSwitch.caseRelationType(RelationType object)
          Returns the result of interpreting the object as an instance of 'Relation Type'.