Uses of Interface
Moml.ClassType

Packages that use ClassType
Moml   
Moml.impl   
Moml.util   
 

Uses of ClassType in Moml
 

Methods in Moml that return ClassType
 ClassType MomlFactory.createClassType()
          Returns a new object of class 'Class Type'.
 ClassType DocumentRoot.getClass_()
          Returns the value of the 'Class' containment reference.
 

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

Methods in Moml with parameters of type ClassType
 void DocumentRoot.setClass(ClassType value)
          Sets the value of the 'Class' containment reference.
 

Uses of ClassType in Moml.impl
 

Classes in Moml.impl that implement ClassType
 class ClassTypeImpl
          An implementation of the model object 'Class Type'.
 

Methods in Moml.impl that return ClassType
 ClassType MomlFactoryImpl.createClassType()
           
 ClassType DocumentRootImpl.getClass_()
           
 

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

Methods in Moml.impl with parameters of type ClassType
 NotificationChain DocumentRootImpl.basicSetClass(ClassType newClass, NotificationChain msgs)
           
 void DocumentRootImpl.setClass(ClassType newClass)
           
 

Uses of ClassType in Moml.util
 

Methods in Moml.util with parameters of type ClassType
 T MomlSwitch.caseClassType(ClassType object)
          Returns the result of interpreting the object as an instance of 'Class Type'.