org.discotools.io.aprs
Class AprsSymbol
java.lang.Object
org.discotools.io.aprs.AprsSymbol
public class AprsSymbol
- extends Object
- Author:
- kengu
Constructor Summary |
protected |
AprsSymbol(AprsSymbol symbol,
char overlay)
|
protected |
AprsSymbol(int table,
char code,
String xyz,
String xnn)
|
protected |
AprsSymbol(int table,
char code,
String xyz,
String xnn,
String label)
|
protected |
AprsSymbol(int table,
char code,
String xyz,
String xnn,
String label,
boolean isOverlay)
|
protected |
AprsSymbol(int table,
char code,
String xyz,
String xnn,
String label,
String ssid)
|
AprsSymbol
protected AprsSymbol(AprsSymbol symbol,
char overlay)
AprsSymbol
protected AprsSymbol(int table,
char code,
String xyz,
String xnn)
AprsSymbol
protected AprsSymbol(int table,
char code,
String xyz,
String xnn,
String label)
AprsSymbol
protected AprsSymbol(int table,
char code,
String xyz,
String xnn,
String label,
String ssid)
AprsSymbol
protected AprsSymbol(int table,
char code,
String xyz,
String xnn,
String label,
boolean isOverlay)
getTable
public final int getTable()
- Returns:
- the table
getCode
public final char getCode()
- Returns:
- the code
getOverlay
public final char getOverlay()
- Returns:
- the code
getXyz
public final String getXyz()
- Returns:
- the xyz
getXnn
public final String getXnn()
- Returns:
- the xnn
getLabel
public final String getLabel()
- Returns:
- the label
getSsid
public final String getSsid()
- Returns:
- the ssid
isOverlay
public final boolean isOverlay()
- Returns:
- the overlay
isReserved
public final boolean isReserved()
- Returns:
- the reserved
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012-2013 DISCO Foundation. All Rights Reserved.