Uses of Enum Class
de.espirit.firstspirit.generate.UrlCreator.Mode
-
Uses of UrlCreator.Mode in de.espirit.firstspirit.generate
Modifier and TypeFieldDescriptionstatic final List<UrlCreator.Mode>
UrlCreator.MODES
Unmodifieable list of mode values, sorted by ordinal.Modifier 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.