Uses of Enum Class
org.eclipse.emf.compare.DifferenceState
Package
Description
-
Uses of DifferenceState in org.eclipse.emf.compare
Modifier and TypeFieldDescriptionstatic final List<DifferenceState>
DifferenceState.VALUES
A public read-only list of all the 'Difference State' enumerators.Modifier and TypeMethodDescriptionstatic DifferenceState
DifferenceState.get
(int value) Returns the 'Difference State' literal with the specified integer value.static DifferenceState
Returns the 'Difference State' literal with the specified literal value.static DifferenceState
Returns the 'Difference State' literal with the specified name.Diff.getState()
Returns the value of the 'State' attribute.static DifferenceState
Returns the enum constant of this class with the specified name.static DifferenceState[]
DifferenceState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Diff.setState
(DifferenceState value) Sets the value of the 'State
' attribute. -
Uses of DifferenceState in org.eclipse.emf.compare.command.impl
Modifier and TypeMethodDescriptioncom.google.common.collect.Multimap<DifferenceState,
Diff> AbstractCopyCommand.getChangedDiffs()
Returns the state changes to any diffs that this command produced.static com.google.common.collect.Multimap<DifferenceState,
Diff> AbstractCopyCommand.getChangedDiffs
(ChangeDescription changeDescription, Collection<? extends Diff> relevantDiffs) Returns the state changes to any relevant diffs modified in the given change description. -
Uses of DifferenceState in org.eclipse.emf.compare.ide.ui.internal.contentmergeviewer.text
Modifier and TypeMethodDescriptioncom.google.common.collect.Multimap<DifferenceState,
Diff> EMFCompareTextMergeViewer.EditCommand.getChangedDiffs()
Returns the state changes to any diffs that this command produced. -
Uses of DifferenceState in org.eclipse.emf.compare.impl
Modifier and TypeFieldDescriptionprotected DifferenceState
DiffImpl.state
The cached value of the 'State
' attribute.protected static final DifferenceState
DiffImpl.STATE_EDEFAULT
The default value of the 'State
' attribute.Modifier and TypeMethodDescriptionCompareFactoryImpl.createDifferenceStateFromString
(EDataType eDataType, String initialValue) DiffImpl.getState()
-
Uses of DifferenceState in org.eclipse.emf.compare.utils
Modifier and TypeMethodDescriptionstatic com.google.common.base.Predicate<? super Diff>
EMFComparePredicates.hasState
(DifferenceState... states) Deprecated.This can be used to check whether a given Diff is in (one of) the given state(s).