public interface IVersion
A version with three indices
 Major
 Minor
 Update
- 
Method Summary
 
- 
Method Details
- 
getMajor
- Returns:
- an Integer correspending to the Major index
 
- 
getMinor
- Returns:
- an Integer correspending to the minor index
 
- 
getUpdate
- Returns:
- an Integer correspending to the update index