Uses of Interface
org.enterprisedomain.classmaker.Models
Packages that use Models
Package
Description
-
Uses of Models in org.enterprisedomain.classmaker
Methods in org.enterprisedomain.classmaker that return ModelsModifier and TypeMethodDescriptionClassMakerFactory.createModels()
Returns a new object of class 'Models'.Item.getDomainModel()
Returns the value of the 'Domain Model' containment reference.Methods in org.enterprisedomain.classmaker with parameters of type ModelsModifier and TypeMethodDescriptionvoid
Item.setDomainModel
(Models value) Sets the value of the 'Domain Model
' containment reference. -
Uses of Models in org.enterprisedomain.classmaker.impl
Classes in org.enterprisedomain.classmaker.impl that implement ModelsModifier and TypeClassDescriptionclass
An implementation of the model object 'Models'.Methods in org.enterprisedomain.classmaker.impl that return ModelsModifier and TypeMethodDescriptionClassMakerFactoryImpl.createModels()
ContributionImpl.getDomainModel()
ItemImpl.getDomainModel()
ProjectImpl.getDomainModel()
RevisionImpl.getDomainModel()
Methods in org.enterprisedomain.classmaker.impl with parameters of type ModelsModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
ItemImpl.basicSetDomainModel
(Models newDomainModel, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
ProjectImpl.basicSetDomainModel
(Models newDomainModel, org.eclipse.emf.common.notify.NotificationChain msgs) void
ItemImpl.setDomainModel
(Models newDomainModel) void
ProjectImpl.setDomainModel
(Models newDomainModel) -
Uses of Models in org.enterprisedomain.classmaker.util
Methods in org.enterprisedomain.classmaker.util with parameters of type ModelsModifier and TypeMethodDescriptionClassMakerSwitch.caseModels
(Models object) Returns the result of interpreting the object as an instance of 'Models'.boolean
ClassMakerValidator.validateModels
(Models models, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of Models in org.enterprisedomain.classmaker.validation
Methods in org.enterprisedomain.classmaker.validation with parameters of type Models