Uses of Enum Class
de.espirit.firstspirit.access.store.ReleaseProblem
Packages that use ReleaseProblem
-
Uses of ReleaseProblem in de.espirit.firstspirit.access.store
Methods in de.espirit.firstspirit.access.store that return ReleaseProblemModifier and TypeMethodDescriptionstatic ReleaseProblem
Returns the enum constant of this class with the specified name.static ReleaseProblem[]
ReleaseProblem.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ReleaseProblem in de.espirit.firstspirit.store.operations
Methods in de.espirit.firstspirit.store.operations that return types with arguments of type ReleaseProblemModifier and TypeMethodDescription@NotNull EnumMap<ReleaseProblem,
Set<BasicInfo>> ReleaseOperation.ReleaseResult.getProblematicElements()
Returns all problematic elements.