Uses of Interface
org.enterprisedomain.classmaker.State
Packages that use State
Package
Description
-
Uses of State in org.enterprisedomain.classmaker
Methods in org.enterprisedomain.classmaker that return StateModifier 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()
Methods in org.enterprisedomain.classmaker that return types with arguments of type StateModifier and TypeMethodDescriptionRevision.getStateHistory()
Returns the value of the 'State History' map.Methods in org.enterprisedomain.classmaker with parameters of type State -
Uses of State in org.enterprisedomain.classmaker.impl
Classes in org.enterprisedomain.classmaker.impl that implement StateMethods in org.enterprisedomain.classmaker.impl that return StateModifier 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()
Methods in org.enterprisedomain.classmaker.impl that return types with arguments of type StateModifier and TypeMethodDescriptionClassMakerFactoryImpl.createLongToStateMapEntry()
LongToStateMapEntryImpl.getEMap()
RevisionImpl.getStateHistory()
Methods in org.enterprisedomain.classmaker.impl with parameters of type StateModifier 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
Methods in org.enterprisedomain.classmaker.jobs that return StateMethods in org.enterprisedomain.classmaker.jobs with parameters of type State -
Uses of State in org.enterprisedomain.classmaker.scm
Methods in org.enterprisedomain.classmaker.scm with parameters of type State -
Uses of State in org.enterprisedomain.classmaker.util
Methods in org.enterprisedomain.classmaker.util with parameters of type StateModifier 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) Method parameters in org.enterprisedomain.classmaker.util with type arguments of type StateModifier 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
Methods in org.enterprisedomain.classmaker.validation with parameters of type StateModifier and TypeMethodDescriptionboolean
ProjectValidator.validateState
(State value) boolean
RevisionValidator.validateState
(State value) boolean
StrategyValidator.validateState
(State value) boolean
LongToStateMapEntryValidator.validateTypedValue
(State value) Method parameters in org.enterprisedomain.classmaker.validation with type arguments of type StateModifier and TypeMethodDescriptionboolean
RevisionValidator.validateStateHistory
(org.eclipse.emf.common.util.EMap<Long, State> value)