faa.tg.prep.aces.geomaps
Class AcesClassType

java.lang.Object
  extended by faa.tg.prep.aces.geomaps.AcesClassType

public final class AcesClassType
extends java.lang.Object

 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

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
The CVS Version ID

See Also:
Constant Field Values

SECTOR

public static final AcesClassType SECTOR

WARN_AREA

public static final AcesClassType WARN_AREA

AIRWAY

public static final AcesClassType AIRWAY

ADD_AIRWAY

public static final AcesClassType ADD_AIRWAY

GEO_SYMBOL

public static final AcesClassType GEO_SYMBOL

EMER_AIRPORT

public static final AcesClassType EMER_AIRPORT

typeName

private java.lang.String typeName

typeNumber

private java.lang.String typeNumber
Constructor Detail

AcesClassType

private AcesClassType(java.lang.String typeNumber,
                      java.lang.String typeName)
Constructor - AcesClassTypes Constructor is private: no new instances of this class may be made.

Parameters:
typeNumber - : The text representation of valid numerical equivalents for AcesClassType Strings.
typeName - : What each ClassType relates too.
Method Detail

getTypeName

public final java.lang.String getTypeName()
Method getTypeName is an accessor to the typeNumber field of this object.

Returns:
the name of the ClassType.

getTypeNumber

public final java.lang.String getTypeNumber()
Method getTypeNumber is an accessor to the typeName field of this object.

Returns:
the String representation of valid numerical equivalents this AcesClassType Strings.