Interface IVersion


public interface IVersion
A version with three indices Major Minor Update
  • Method Details

    • getMajor

      Integer getMajor()
      Returns:
      an Integer correspending to the Major index
    • getMinor

      Integer getMinor()
      Returns:
      an Integer correspending to the minor index
    • getUpdate

      Integer getUpdate()
      Returns:
      an Integer correspending to the update index