com.azalient.api.file
Interface SortableData

All Known Subinterfaces:
IAgent, IArea, IAspect, IAttached, IBehaviour, ICentre, IChannel, IClippable, IColour, IController, ICourse, ICrossing, ICrossingTime, IDiscreteDistribution, IDistribution, IDistributionBar, IDivision, IDwell, IEngine, IEngineRecord, IFeature, IFixture, IFleet, IGroup, IIncident, IIntersection, ILabel, ILane, ILink, ILoop, ILoopMultiple, IMatrixDescription, IMob, IMotor, IMotorCalibration, IMotorFollowing, IMotorType, INetPoint, INode, IPassenger, IPastable, IPedestrianCalibration, IPerson, IPersonTrip, IPersonType, IPhase, IPhaseCrossing, IPlace, IPlaceIndex, IPlan, IPluginInfo, IProfile, IReportingOption, IRestriction, IRouteClass, IRouteClassBehaviour, IScenario, ISector, ISequence, IService, IShape, IShapeDescriptor, ISign, ISignalDisplay, ISignalRule, ISpeedControl, ISplit, IStand, IStream, ISymbol, ITag, ITerm, ITextSize, ITimedEvent, ITrail, ITranslation, ITransport, ITransportTrip, ITransportType, ITrip, ITripSource, ITurn, IType, ITypeSet, IVehicle, IVehicleTrip, IVehicleType, IView, IVolume, IWalkway, IZone, RecordRW, RecordV, RecordW, StoreRecordRW
All Known Implementing Classes:
AbstractRecordRW, AbstractRecordW, AbstractStoreRecordFixedName, AbstractStoreRecordIndirectName, AbstractStoreRecordRenamable, AbstractStoreRecordRenamableNumeric

public interface SortableData

The base interface for all records, this simple interface retrieves a single sort key, which can be used to sort objects in a table


Method Summary
 Object get(Object col)
           
 

Method Detail

get

Object get(Object col)
Parameters:
col - The column header key (normally a String)
Returns:
The data in this row corresponding to the given column key