Interface ClientVersion
- All Known Implementing Classes:
ACARSError
,ACARSLogEntry
,ClientInfo
,ConnectionEntry
,DispatchConnectionEntry
,FlightInfo
public interface ClientVersion
An interface for version/build/beta tuples.
- Since:
- 4.1
- Version:
- 7.5
- Author:
- Luke
-
Method Details
-
getVersion
int getVersion()Returns the version number.- Returns:
- the version
-
getClientBuild
int getClientBuild()Returns the build number.- Returns:
- the build
-
getBeta
int getBeta()Returns the beta version.- Returns:
- the beta, or zero if non-beta
-
getClientType
-
isBeta
default boolean isBeta()Returns whether this is a beta build.- Returns:
- TRUE if beta, otherwise FALSE
-