Uses of Interface
org.enterprisedomain.classmaker.Models
Package
Description
-
Uses of Models in org.enterprisedomain.classmaker
Modifier and TypeMethodDescriptionClassMakerFactory.createModels()
Returns a new object of class 'Models'.Item.getDomainModel()
Returns the value of the 'Domain Model' containment reference.Modifier and TypeMethodDescriptionvoid
Item.setDomainModel
(Models value) Sets the value of the 'Domain Model
' containment reference. -
Uses of Models in org.enterprisedomain.classmaker.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Models'.Modifier and TypeMethodDescriptionClassMakerFactoryImpl.createModels()
ContributionImpl.getDomainModel()
ItemImpl.getDomainModel()
ProjectImpl.getDomainModel()
RevisionImpl.getDomainModel()
Modifier 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
Modifier 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