Uses of Enum Class
dev.wyck.factory.Version.Type
Packages that use Version.Type
-
Uses of Version.Type in dev.wyck.factory
Subclasses with type arguments of type Version.Type in dev.wyck.factoryMethods in dev.wyck.factory that return Version.TypeModifier and TypeMethodDescriptionVersion.type()Returns the value of thetyperecord component.static Version.TypeReturns the enum constant of this class with the specified name.static Version.Type[]Version.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.factory with parameters of type Version.TypeModifier and TypeMethodDescriptionstatic VersionVersion.of(Version.Type type, String id, String... applicable) Creates a new Version instance.Constructors in dev.wyck.factory with parameters of type Version.TypeModifierConstructorDescriptionVersion(String[] applicable, String id, Version.Type type) Creates an instance of aVersionrecord class.