Uses of Enum Class
de.espirit.firstspirit.access.editor.value.Modification
Packages that use Modification
Package
Description
-
Uses of Modification in de.espirit.firstspirit.access.editor.value
Methods in de.espirit.firstspirit.access.editor.value that return ModificationModifier and TypeMethodDescriptionstatic Modification
Returns the enum constant of this class with the specified name.static Modification[]
Modification.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.espirit.firstspirit.access.editor.value that return types with arguments of type ModificationModifier and TypeMethodDescriptionSectionList.diff
(SectionList others) Deprecated.since 5.2.21 - see type -
Uses of Modification in de.espirit.firstspirit.client.access.editor
Methods in de.espirit.firstspirit.client.access.editor that return ModificationModifier and TypeMethodDescription@NotNull Modification
Difference.getModification()
Type of modification related to this difference.Constructors in de.espirit.firstspirit.client.access.editor with parameters of type ModificationModifierConstructorDescriptionDifference
(@Nullable Object contrast, @NotNull Modification modification) Constructor building a difference from a contrast object and the according modification flagging.