Uses of Interface
Moml.ConfigureType

Packages that use ConfigureType
Moml   
Moml.impl   
Moml.util   
 

Uses of ConfigureType in Moml
 

Methods in Moml that return ConfigureType
 ConfigureType MomlFactory.createConfigureType()
          Returns a new object of class 'Configure Type'.
 ConfigureType DocumentRoot.getConfigure()
          Returns the value of the 'Configure' containment reference.
 

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

Methods in Moml with parameters of type ConfigureType
 void DocumentRoot.setConfigure(ConfigureType value)
          Sets the value of the 'Configure' containment reference.
 

Uses of ConfigureType in Moml.impl
 

Classes in Moml.impl that implement ConfigureType
 class ConfigureTypeImpl
          An implementation of the model object 'Configure Type'.
 

Methods in Moml.impl that return ConfigureType
 ConfigureType MomlFactoryImpl.createConfigureType()
           
 ConfigureType DocumentRootImpl.getConfigure()
           
 

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

Methods in Moml.impl with parameters of type ConfigureType
 NotificationChain DocumentRootImpl.basicSetConfigure(ConfigureType newConfigure, NotificationChain msgs)
           
 void DocumentRootImpl.setConfigure(ConfigureType newConfigure)
           
 

Uses of ConfigureType in Moml.util
 

Methods in Moml.util with parameters of type ConfigureType
 T MomlSwitch.caseConfigureType(ConfigureType object)
          Returns the result of interpreting the object as an instance of 'Configure Type'.