|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.prep.aces.geomaps.AcesClassType
public final class AcesClassType
This class represents the class/types found within the ACES GEOMAPS files. See the source AcesClassType
| Field Summary | |
|---|---|
static AcesClassType |
ADD_AIRWAY
|
static AcesClassType |
AIRWAY
|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
static AcesClassType |
EMER_AIRPORT
|
static AcesClassType |
GEO_SYMBOL
|
static AcesClassType |
SECTOR
|
private java.lang.String |
typeName
|
private java.lang.String |
typeNumber
|
static AcesClassType |
WARN_AREA
|
| Constructor Summary | |
|---|---|
private |
AcesClassType(java.lang.String typeNumber,
java.lang.String typeName)
Constructor - AcesClassTypes Constructor is private: no new instances of this class may be made. |
| Method Summary | |
|---|---|
java.lang.String |
getTypeName()
Method getTypeName is an accessor to the typeNumber field of this object. |
java.lang.String |
getTypeNumber()
Method getTypeNumber is an accessor to the typeName field of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CVS_VERSION_ID
public static final AcesClassType SECTOR
public static final AcesClassType WARN_AREA
public static final AcesClassType AIRWAY
public static final AcesClassType ADD_AIRWAY
public static final AcesClassType GEO_SYMBOL
public static final AcesClassType EMER_AIRPORT
private java.lang.String typeName
private java.lang.String typeNumber
| Constructor Detail |
|---|
private AcesClassType(java.lang.String typeNumber,
java.lang.String typeName)
typeNumber - : The text representation of valid numerical
equivalents for AcesClassType Strings.typeName - : What each ClassType relates too.| Method Detail |
|---|
public final java.lang.String getTypeName()
public final java.lang.String getTypeNumber()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||