Uses of Interface
Moml.DocType

Packages that use DocType
Moml   
Moml.impl   
Moml.util   
 

Uses of DocType in Moml
 

Methods in Moml that return DocType
 DocType MomlFactory.createDocType()
          Returns a new object of class 'Doc Type'.
 DocType DocumentRoot.getDoc()
          Returns the value of the 'Doc' containment reference.
 

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

Methods in Moml with parameters of type DocType
 void DocumentRoot.setDoc(DocType value)
          Sets the value of the 'Doc' containment reference.
 

Uses of DocType in Moml.impl
 

Classes in Moml.impl that implement DocType
 class DocTypeImpl
          An implementation of the model object 'Doc Type'.
 

Methods in Moml.impl that return DocType
 DocType MomlFactoryImpl.createDocType()
           
 DocType DocumentRootImpl.getDoc()
           
 

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

Methods in Moml.impl with parameters of type DocType
 NotificationChain DocumentRootImpl.basicSetDoc(DocType newDoc, NotificationChain msgs)
           
 void DocumentRootImpl.setDoc(DocType newDoc)
           
 

Uses of DocType in Moml.util
 

Methods in Moml.util with parameters of type DocType
 T MomlSwitch.caseDocType(DocType object)
          Returns the result of interpreting the object as an instance of 'Doc Type'.