Uses of Enum Class
de.espirit.firstspirit.storage.Contrast.Type
Packages that use Contrast.Type
-
Uses of Contrast.Type in de.espirit.firstspirit.storage
Methods in de.espirit.firstspirit.storage that return Contrast.TypeModifier and TypeMethodDescription@NotNull Contrast.TypeContrast.getType()Get the type of change.static Contrast.TypeReturns the enum constant of this class with the specified name.static Contrast.Type[]Contrast.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.espirit.firstspirit.storage with parameters of type Contrast.TypeModifier and TypeMethodDescriptionstatic @NotNull ContrastContrast.noAccess(@NotNull Contrast.Type type) Creates a new instance indicating that there were insufficient permissions to retrieve the contrast informationConstructors in de.espirit.firstspirit.storage with parameters of type Contrast.TypeModifierConstructorDescriptionContrast(@NotNull Contrast.Type type) Creates a new instance with the specified type and no additional informationContrast(@NotNull Contrast.Type type, @Nullable Object info) Creates a new instance with the specified type and optional additional information