Uses of Interface
Moml.EntityType

Packages that use EntityType
Moml   
Moml.impl   
Moml.util   
 

Uses of EntityType in Moml
 

Methods in Moml that return EntityType
 EntityType MomlFactory.createEntityType()
          Returns a new object of class 'Entity Type'.
 EntityType DocumentRoot.getEntity()
          Returns the value of the 'Entity' containment reference.
 

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

Methods in Moml with parameters of type EntityType
 void DocumentRoot.setEntity(EntityType value)
          Sets the value of the 'Entity' containment reference.
 

Uses of EntityType in Moml.impl
 

Classes in Moml.impl that implement EntityType
 class EntityTypeImpl
          An implementation of the model object 'Entity Type'.
 

Methods in Moml.impl that return EntityType
 EntityType MomlFactoryImpl.createEntityType()
           
 EntityType DocumentRootImpl.getEntity()
           
 

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

Methods in Moml.impl with parameters of type EntityType
 NotificationChain DocumentRootImpl.basicSetEntity(EntityType newEntity, NotificationChain msgs)
           
 void DocumentRootImpl.setEntity(EntityType newEntity)
           
 

Uses of EntityType in Moml.util
 

Methods in Moml.util with parameters of type EntityType
 T MomlSwitch.caseEntityType(EntityType object)
          Returns the result of interpreting the object as an instance of 'Entity Type'.