Uses of Interface
org.enterprisedomain.classmaker.State
Package
Description
-
Uses of State in org.enterprisedomain.classmaker
Modifier and TypeMethodDescriptionClassMakerFactory.createState()
Returns a new object of class 'State'.Contribution.getState
(long timestamp) Project.getState()
Returns the value of the 'State' reference.Revision.getState()
Returns the value of the 'State' reference.Strategy.getState()
Returns the value of the 'State' reference.Revision.newState()
Modifier and TypeMethodDescriptionRevision.getStateHistory()
Returns the value of the 'State History' map. -
Uses of State in org.enterprisedomain.classmaker.impl
Modifier and TypeMethodDescriptionContributionImpl.basicGetState()
ProjectImpl.basicGetState()
RevisionImpl.basicGetState()
StrategyImpl.basicGetState()
ClassMakerFactoryImpl.createState()
ContributionImpl.getState()
ContributionImpl.getState
(long timestamp) ProjectImpl.getState()
RevisionImpl.getState()
StrategyImpl.getState()
LongToStateMapEntryImpl.getTypedValue()
LongToStateMapEntryImpl.getValue()
RevisionImpl.newState()
Modifier and TypeMethodDescriptionClassMakerFactoryImpl.createLongToStateMapEntry()
LongToStateMapEntryImpl.getEMap()
RevisionImpl.getStateHistory()
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
ContributionImpl.basicSetState
(State newState, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
StrategyImpl.basicSetState
(State newState, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
LongToStateMapEntryImpl.basicSetTypedValue
(State newValue, org.eclipse.emf.common.notify.NotificationChain msgs) abstract String
SCMOperatorImpl.encodeCommitMessage
(State state) void
void
void
LongToStateMapEntryImpl.setTypedValue
(State newValue) -
Uses of State in org.enterprisedomain.classmaker.jobs
-
Uses of State in org.enterprisedomain.classmaker.scm
-
Uses of State in org.enterprisedomain.classmaker.util
Modifier and TypeMethodDescriptionReturns the result of interpreting the object as an instance of 'State'.static org.eclipse.core.runtime.IPath
ResourceUtils.getEditorTargetResourcePath
(org.eclipse.core.resources.IProject project, State state) static org.eclipse.core.runtime.IPath
ResourceUtils.getEditTargetResourcePath
(org.eclipse.core.resources.IProject project, State state) static org.eclipse.core.runtime.IPath
ResourceUtils.getTargetResourcePath
(org.eclipse.core.resources.IProject project, State state) boolean
ClassMakerValidator.validateState
(State state, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) Modifier and TypeMethodDescriptionClassMakerSwitch.caseLongToStateMapEntry
(Map.Entry<Long, State> object) Returns the result of interpreting the object as an instance of 'Long To State Map Entry'. -
Uses of State in org.enterprisedomain.classmaker.validation
Modifier and TypeMethodDescriptionboolean
ProjectValidator.validateState
(State value) boolean
RevisionValidator.validateState
(State value) boolean
StrategyValidator.validateState
(State value) boolean
LongToStateMapEntryValidator.validateTypedValue
(State value) Modifier and TypeMethodDescriptionboolean
RevisionValidator.validateStateHistory
(org.eclipse.emf.common.util.EMap<Long, State> value)