Uses of Enum Class
io.github.chrimle.classforge.Builder.VersionFormat
Packages that use Builder.VersionFormat
-
Uses of Builder.VersionFormat in io.github.chrimle.classforge
Fields in io.github.chrimle.classforge declared as Builder.VersionFormatModifier and TypeFieldDescriptionprotected Builder.VersionFormat
AbstractBuilder.versionFormat
TheversionFormat
of the currently uncommitted class.Methods in io.github.chrimle.classforge that return Builder.VersionFormatModifier and TypeMethodDescriptionstatic Builder.VersionFormat
Returns the enum constant of this class with the specified name.static Builder.VersionFormat[]
Builder.VersionFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.chrimle.classforge with parameters of type Builder.VersionFormatModifier and TypeMethodDescriptionAbstractBuilder.setVersionFormat
(Builder.VersionFormat versionFormat) Sets theversionFormat
of the currently uncommitted class.Builder.setVersionFormat
(Builder.VersionFormat versionFormat) Sets theversionFormat
of the currently uncommitted class.