Uses of Interface
Moml.RenameType

Packages that use RenameType
Moml   
Moml.impl   
Moml.util   
 

Uses of RenameType in Moml
 

Methods in Moml that return RenameType
 RenameType MomlFactory.createRenameType()
          Returns a new object of class 'Rename Type'.
 RenameType DocumentRoot.getRename()
          Returns the value of the 'Rename' containment reference.
 

Methods in Moml that return types with arguments of type RenameType
 EList<RenameType> ClassType.getRename()
          Returns the value of the 'Rename' containment reference list.
 EList<RenameType> EntityType.getRename()
          Returns the value of the 'Rename' containment reference list.
 EList<RenameType> ModelType.getRename()
          Returns the value of the 'Rename' containment reference list.
 EList<RenameType> PortType.getRename()
          Returns the value of the 'Rename' containment reference list.
 EList<RenameType> PropertyType.getRename()
          Returns the value of the 'Rename' containment reference list.
 EList<RenameType> RelationType.getRename()
          Returns the value of the 'Rename' containment reference list.
 EList<RenameType> VertexType.getRename()
          Returns the value of the 'Rename' containment reference list.
 

Methods in Moml with parameters of type RenameType
 void DocumentRoot.setRename(RenameType value)
          Sets the value of the 'Rename' containment reference.
 

Uses of RenameType in Moml.impl
 

Classes in Moml.impl that implement RenameType
 class RenameTypeImpl
          An implementation of the model object 'Rename Type'.
 

Methods in Moml.impl that return RenameType
 RenameType MomlFactoryImpl.createRenameType()
           
 RenameType DocumentRootImpl.getRename()
           
 

Methods in Moml.impl that return types with arguments of type RenameType
 EList<RenameType> ClassTypeImpl.getRename()
           
 EList<RenameType> EntityTypeImpl.getRename()
           
 EList<RenameType> ModelTypeImpl.getRename()
           
 EList<RenameType> PortTypeImpl.getRename()
           
 EList<RenameType> PropertyTypeImpl.getRename()
           
 EList<RenameType> RelationTypeImpl.getRename()
           
 EList<RenameType> VertexTypeImpl.getRename()
           
 

Methods in Moml.impl with parameters of type RenameType
 NotificationChain DocumentRootImpl.basicSetRename(RenameType newRename, NotificationChain msgs)
           
 void DocumentRootImpl.setRename(RenameType newRename)
           
 

Uses of RenameType in Moml.util
 

Methods in Moml.util with parameters of type RenameType
 T MomlSwitch.caseRenameType(RenameType object)
          Returns the result of interpreting the object as an instance of 'Rename Type'.