public interface Version extends APIVersion
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
format()
Resituisce la versione formattata. 
 | 
int | 
getRevision()
Restituisce il numero della revision. 
 | 
getMajor, getMinorint getRevision()
 versione = 1.2.3    -> revision = 3 
 versione = 2.1.0RC2 -> revision = 0
 java.lang.String format()
 major = 3 , minor = 2, revision = 1 -> versione formattata = "3.2.1"
 format in interface APIVersion