public class VersionObject extends Object implements IGPSObject
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
the GPSd internal name
|
| Constructor and Description |
|---|
VersionObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
double |
getProtocolMajor() |
double |
getProtocolMinor() |
String |
getRelease() |
String |
getRev() |
int |
hashCode() |
void |
setProtocolMajor(double protocolMajor) |
void |
setProtocolMinor(double protocolMinor) |
void |
setRelease(String release) |
void |
setRev(String rev) |
String |
toString() |
public static final String NAME
public String getRelease()
public void setRelease(String release)
release - the release to setpublic String getRev()
public void setRev(String rev)
rev - the rev to setpublic double getProtocolMajor()
public void setProtocolMajor(double protocolMajor)
protocolMajor - the protocolMajor to setpublic double getProtocolMinor()
public void setProtocolMinor(double protocolMinor)
protocolMinor - the protocolMinor to setCopyright © 2011–2017 Taimos GmbH. All rights reserved.