public class HEALTHObject extends Object implements IGPSObject
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
the GPSd internal name
|
| Constructor and Description |
|---|
HEALTHObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getData_id() |
int |
getSVbyIndex(int index) |
int |
getSVHbyIndex(int index) |
int |
hashCode() |
void |
setData_id(int data_id) |
void |
setSVbyIndex(int index,
int SVvalue) |
void |
setSVHbyIndex(int index,
int SVHvalue) |
String |
toString() |
public static final String NAME
public int getData_id()
public void setData_id(int data_id)
data_id - the data_id to setpublic int getSVbyIndex(int index)
index - the indexpublic void setSVbyIndex(int index,
int SVvalue)
index - the indexSVvalue - the SVpublic int getSVHbyIndex(int index)
index - the indexpublic void setSVHbyIndex(int index,
int SVHvalue)
index - the indexSVHvalue - the SVHCopyright © 2011–2017 Taimos GmbH. All rights reserved.