Uses of Enum Class
org.jivesoftware.util.Version.ReleaseStatus
Packages that use Version.ReleaseStatus
-
Uses of Version.ReleaseStatus in org.jivesoftware.util
Methods in org.jivesoftware.util that return Version.ReleaseStatusModifier and TypeMethodDescriptionVersion.getStatus()
Returns the release status of this product.static Version.ReleaseStatus
Returns the enum constant of this class with the specified name.static Version.ReleaseStatus[]
Version.ReleaseStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jivesoftware.util with parameters of type Version.ReleaseStatusModifierConstructorDescriptionVersion
(int major, int minor, int micro, Version.ReleaseStatus status, int statusVersion) Create a new version information object.