public class ERDObject extends Object implements IGPSObject
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
the GPSd internal name
|
| Constructor and Description |
|---|
ERDObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getAi() |
int[] |
getERD() |
int |
getERDbyIndex(int index) |
int |
hashCode() |
void |
setAi(int ai) |
void |
setERD(int[] eRD) |
void |
setERDbyIndex(int index,
int ERDvalue) |
String |
toString() |
public static final String NAME
public int[] getERD()
public void setERD(int[] eRD)
eRD - the eRD to setpublic int getAi()
public void setAi(int ai)
ai - the ai to setpublic int getERDbyIndex(int index)
index - public void setERDbyIndex(int index,
int ERDvalue)
index - the indexERDvalue - the ERDCopyright © 2011–2017 Taimos GmbH. All rights reserved.