Uses of Enum Class
de.espirit.firstspirit.generate.UrlCreator.Mode
Packages that use UrlCreator.Mode
-
Uses of UrlCreator.Mode in de.espirit.firstspirit.generate
Fields in de.espirit.firstspirit.generate with type parameters of type UrlCreator.ModeModifier and TypeFieldDescriptionstatic final List<UrlCreator.Mode>
UrlCreator.MODES
Unmodifieable list of mode values, sorted by ordinal.Methods in de.espirit.firstspirit.generate that return UrlCreator.ModeModifier and TypeMethodDescriptionstatic UrlCreator.Mode
UrlCreator.Mode.forOrdinal
(int ordinal) Returns the mode related to the given ordinal.static UrlCreator.Mode
Returns the enum constant of this class with the specified name.static UrlCreator.Mode[]
UrlCreator.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.