public final class CdsVersion extends Object implements Comparable<CdsVersion>
Constructor and Description |
---|
CdsVersion(int major,
int minor,
int micro,
int buildNumber) |
Modifier and Type | Method and Description |
---|---|
int |
buildNumber() |
int |
compareTo(CdsVersion other)
Compares the compiler versions based on the normalized version which is
calculated as major*10^p*3 + minor*10^p*2 + micro*10^p +
buildNumber, where p - power, is the max precision
length of the version segment.
|
boolean |
equals(Object obj) |
int |
hashCode() |
int |
major() |
int |
micro() |
int |
minor() |
public int major()
public int minor()
public int micro()
public int buildNumber()
public int compareTo(CdsVersion other)
compareTo
in interface Comparable<CdsVersion>
other
- the version to be comparedCopyright © 2023 SAP. All rights reserved.