public class StopTime extends Entity implements Cloneable, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
StopTime.Loader |
static class |
StopTime.Writer |
| Modifier and Type | Field and Description |
|---|---|
int |
arrival_time |
int |
departure_time |
int |
drop_off_type |
int |
pickup_type |
double |
shape_dist_traveled |
String |
stop_headsign |
String |
stop_id |
int |
stop_sequence |
int |
timepoint |
String |
trip_id |
DOUBLE_MISSING, id, INT_MISSING| Constructor and Description |
|---|
StopTime() |
| Modifier and Type | Method and Description |
|---|---|
StopTime |
clone() |
String |
getId()
This method should be overridden by each Entity subtype to return the proper key field for that subtype.
|
Integer |
getSequenceNumber()
This method should be overridden by each Entity subtype to return the proper sequence field for that subtype.
|
void |
setStatementParameters(PreparedStatement statement,
boolean setDefaultId)
Sets the parameters for a prepared statement following the parameter order defined in
Table.STOP_TIMES. |
human, setDoubleParameter, setIntParameterpublic String trip_id
public int arrival_time
public int departure_time
public String stop_id
public int stop_sequence
public String stop_headsign
public int pickup_type
public int drop_off_type
public double shape_dist_traveled
public int timepoint
public String getId()
EntitygetId in class Entitypublic Integer getSequenceNumber()
EntitygetSequenceNumber in class Entitypublic void setStatementParameters(PreparedStatement statement, boolean setDefaultId) throws SQLException
Table.STOP_TIMES. JDBC prepared statement parameters use a one-based index.setStatementParameters in class EntitySQLExceptionCopyright © 2019. All rights reserved.