Uses of Interface
org.enterprisedomain.classmaker.Revision
Packages that use Revision
Package
Description
-
Uses of Revision in org.enterprisedomain.classmaker
Methods in org.enterprisedomain.classmaker that return RevisionModifier and TypeMethodDescriptionClassMakerFactory.createRevision()
Returns a new object of class 'Revision'.Project.createRevision
(org.eclipse.core.runtime.IProgressMonitor monitor) Project.getRevision()
Returns the value of the 'Revision' reference.State.getRevision()
Returns the value of the 'Revision' reference.Project.newBareRevision
(org.osgi.framework.Version version) Project.newRevision
(org.osgi.framework.Version version) Methods in org.enterprisedomain.classmaker that return types with arguments of type RevisionModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EMap<org.osgi.framework.Version,
Revision> Project.getRevisions()
Returns the value of the 'Revisions' map.Methods in org.enterprisedomain.classmaker with parameters of type RevisionModifier and TypeMethodDescriptionvoid
void
Project.doNewRevision
(Revision newRevision) void
Project.initAdapters
(Revision revision) void
Project.setRevision
(Revision value) Sets the value of the 'Revision
' reference.void
State.setRevision
(Revision value) Sets the value of the 'Revision
' reference. -
Uses of Revision in org.enterprisedomain.classmaker.impl
Classes in org.enterprisedomain.classmaker.impl that implement RevisionModifier and TypeClassDescriptionclass
An implementation of the model object ' Revision'.Methods in org.enterprisedomain.classmaker.impl that return RevisionModifier and TypeMethodDescriptionProjectImpl.basicGetRevision()
StateImpl.basicGetRevision()
ClassMakerFactoryImpl.createRevision()
ProjectImpl.createRevision
(org.eclipse.core.runtime.IProgressMonitor monitor) ProjectImpl.getRevision()
StateImpl.getRevision()
VersionToRevisionMapEntryImpl.getTypedValue()
VersionToRevisionMapEntryImpl.getValue()
ProjectImpl.newBareRevision
(org.osgi.framework.Version version) ProjectImpl.newRevision
(org.osgi.framework.Version version) Methods in org.enterprisedomain.classmaker.impl that return types with arguments of type RevisionModifier and TypeMethodDescriptionClassMakerFactoryImpl.createVersionToRevisionMapEntry()
org.eclipse.emf.common.util.EMap<org.osgi.framework.Version,
Revision> VersionToRevisionMapEntryImpl.getEMap()
org.eclipse.emf.common.util.EMap<org.osgi.framework.Version,
Revision> ProjectImpl.getRevisions()
Methods in org.enterprisedomain.classmaker.impl with parameters of type RevisionModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
VersionToRevisionMapEntryImpl.basicSetTypedValue
(Revision newValue, org.eclipse.emf.common.notify.NotificationChain msgs) void
void
ContributionImpl.doNewRevision
(Revision newRevision) void
ProjectImpl.doNewRevision
(Revision newRevision) Sub-classes may implement.void
ContributionImpl.initAdapters
(Revision revision) void
ProjectImpl.initAdapters
(Revision revision) void
ProjectImpl.setRevision
(Revision newRevision) void
StateImpl.setRevision
(Revision newRevision) void
VersionToRevisionMapEntryImpl.setTypedValue
(Revision newValue) -
Uses of Revision in org.enterprisedomain.classmaker.util
Methods in org.enterprisedomain.classmaker.util with parameters of type RevisionModifier and TypeMethodDescriptionClassMakerSwitch.caseRevision
(Revision object) Returns the result of interpreting the object as an instance of 'Revision'.boolean
ClassMakerValidator.validateRevision
(Revision revision, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) Method parameters in org.enterprisedomain.classmaker.util with type arguments of type RevisionModifier and TypeMethodDescriptionClassMakerSwitch.caseVersionToRevisionMapEntry
(Map.Entry<org.osgi.framework.Version, Revision> object) Returns the result of interpreting the object as an instance of 'Version To Revision Map Entry'. -
Uses of Revision in org.enterprisedomain.classmaker.validation
Methods in org.enterprisedomain.classmaker.validation with parameters of type RevisionModifier and TypeMethodDescriptionboolean
ProjectValidator.validateRevision
(Revision value) boolean
StateValidator.validateRevision
(Revision value) boolean
VersionToRevisionMapEntryValidator.validateTypedValue
(Revision value) Method parameters in org.enterprisedomain.classmaker.validation with type arguments of type RevisionModifier and TypeMethodDescriptionboolean
ProjectValidator.validateRevisions
(org.eclipse.emf.common.util.EMap<org.osgi.framework.Version, Revision> value)