faa.tg.ground
Class GroundRouteType

java.lang.Object
  extended by faa.tg.ground.GroundRouteType
All Implemented Interfaces:
TextWritable, Filterable, Recordable, java.io.Serializable

Deprecated.

public class GroundRouteType
extends java.lang.Object
implements TextWritable

The valid types are:

GROUND_ROUTE
  EXIT            PROPOSED_EXIT        CLOSED_EXIT
  GATE            PROPOSED_GATE        CLOSED_GATE
  RUNWAY          PROPOSED_RUNWAY      CLOSED_RUNWAY
  TAXI            PROPOSED_TAXI        CLOSED_TAXI
  TERMINAL        PROPOSED_TERMINAL    CLOSED_TERMINAL
This class only exists for compatibility purposes. Changed on 08/06/08

Version:
$Id: GroundRouteType.java,v 3.8 2008/09/12 16:20:46 lykensj Exp $
Author:
Sam Fullerton, Titan See the source: GroundRouteType.java
See Also:
GroundRouteType, Serialized Form

Field Summary
static java.lang.String CVS_VERSION_ID
          Deprecated. CVS Version
(package private) static long serialVersionUID
          Deprecated.  
 
Constructor Summary
GroundRouteType()
          Deprecated.  
 
Method Summary
private  java.lang.Object readResolve()
          Deprecated.  
 java.lang.String toDraText()
          Deprecated. Returns text for drat Required by TextWritable interface
private  void writeObject(java.io.ObjectOutputStream out)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
Deprecated. 
See Also:
Constant Field Values

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
Deprecated. 
CVS Version

See Also:
Constant Field Values
Constructor Detail

GroundRouteType

public GroundRouteType()
Deprecated. 
Method Detail

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Deprecated. 
Throws:
java.io.ObjectStreamException

toDraText

public java.lang.String toDraText()
Deprecated. 
Returns text for drat Required by TextWritable interface

Specified by:
toDraText in interface TextWritable
Returns:
Returns a DR&A format text output string.