Uses of Enum Class
net.ME1312.Galaxi.Library.Version.VersionType
Packages that use VersionType
-
Uses of VersionType in net.ME1312.Galaxi.Library.Version
Methods in net.ME1312.Galaxi.Library.Version that return VersionTypeModifier and TypeMethodDescriptionstatic VersionTypeReturns the enum constant of this class with the specified name.static VersionType[]VersionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.ME1312.Galaxi.Library.Version with parameters of type VersionTypeModifierConstructorDescriptionVersion(Version parent, VersionType type, int... ints) Creates a Version (Appending the parent)Version(Version parent, VersionType type, String string) Creates a Version (Appending the parent)Version(VersionType type, int... ints) Creates a VersionVersion(VersionType type, String string) Creates a Version