faa.tg.dra.attributes
Interface DelimWritable

All Superinterfaces:
Filterable, Recordable, java.io.Serializable
All Known Subinterfaces:
MethodMapCombinable
All Known Implementing Classes:
AcEvent, AircraftState, AltSpdError, AtManeuverAltitudeEventState, ATVoiceEvent, BackSideThrustCurveEventState, BaseVsTestInfo, CrossedRwyThresholdEventState, DatalinkResponseMessageEventState, DatalinkUpLinkMsgReceivedEventState, DisregardRecognitionEvent, DistanceSummary, DistSecond, DistSector, DraCount, DurationAc, EndOfRouteEventState, FlightActivatedEventState, FlightGateHoldEventState, FlightGateReleaseEventState, FlightProposedEventState, FlightTerminatedEventState, FrequencyChangeEventState, GeoSector, HandoffAccept, HeadingCaptureEventState, HeadingChangeEventState, HflEnroute, HflGroundDuration, HflGroundSummary, HflSpCmd, IdentificationEvent, InitialTaxiStartRecordable, MissedApproachEventState, NoTranslationEvent, OnLocalizerEventState, OverRouteNodeEventState, PassedOuterMarkerEventState, PttRecordable, PttStatistic, RecognitionEvent, RecognitionFailedEvent, ResponseBlockedEvent, ResponseEvent, RouteCapturedEventState, Runway, Sector, SpCommandResult, StatusEvent, TakeoffStartState, TermAirport, TermSim, TouchdownEventState, TrackingEndedEvent, VoicePttRecordable

public interface DelimWritable
extends Recordable

 DelimWritable defines an interface that standardizes usage of classes
 that can be written to a delimited report format.
 
See the source: DelimWritable.java

Version:
$Id: DelimWritable.java,v 3.1 2006/03/14 15:52:09 samf Exp $
Author:
Dana N. Whicker, FAA/ACT-510 Tue Aug 10 14:18:00 EST 1999

Field Summary
static java.lang.String CVS_VERSION_ID
          The CVS Version ID
 
Method Summary
 MethodMap getMethodMap()
          Returns the map of MethodSpec objects containing all the fields that are to be printed in delimited-type reports.
 

Field Detail

CVS_VERSION_ID

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

See Also:
Constant Field Values
Method Detail

getMethodMap

MethodMap getMethodMap()
Returns the map of MethodSpec objects containing all the fields that are to be printed in delimited-type reports. The MethodSpec object contains a String with the method name to call to get the field's value and the unit to return it as. (getMethodMap() should be a static method since all the names and Methods are the same for every instance of the class, but Java does not allow the definition of static methods in interfaces.)

Returns:
Returns the map of MethodSpec objects containing all fields that are to be printed for a Class in delimited-type reports.