| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
version |
| Constructor and Description |
|---|
TestVersion(java.lang.String version) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Version o) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString()
Gets the original string representation of the version.
|