public enum NewGTFSErrorType extends Enum<NewGTFSErrorType>
| Modifier and Type | Field and Description |
|---|---|
String |
englishMessage |
Priority |
priority |
| Modifier and Type | Method and Description |
|---|---|
static NewGTFSErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NewGTFSErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NewGTFSErrorType DATE_FORMAT
public static final NewGTFSErrorType DATE_RANGE
public static final NewGTFSErrorType DATE_NO_SERVICE
public static final NewGTFSErrorType TIME_FORMAT
public static final NewGTFSErrorType URL_FORMAT
public static final NewGTFSErrorType LANGUAGE_FORMAT
public static final NewGTFSErrorType ILLEGAL_FIELD_VALUE
public static final NewGTFSErrorType INTEGER_FORMAT
public static final NewGTFSErrorType FARE_TRANSFER_MISMATCH
public static final NewGTFSErrorType FREQUENCY_PERIOD_OVERLAP
public static final NewGTFSErrorType FLOATING_FORMAT
public static final NewGTFSErrorType COLUMN_NAME_UNSAFE
public static final NewGTFSErrorType NUMBER_PARSING
public static final NewGTFSErrorType NUMBER_NEGATIVE
public static final NewGTFSErrorType NUMBER_TOO_SMALL
public static final NewGTFSErrorType NUMBER_TOO_LARGE
public static final NewGTFSErrorType DUPLICATE_ID
public static final NewGTFSErrorType DUPLICATE_TRIP
public static final NewGTFSErrorType DUPLICATE_STOP
public static final NewGTFSErrorType DUPLICATE_HEADER
public static final NewGTFSErrorType MISSING_TABLE
public static final NewGTFSErrorType MISSING_COLUMN
public static final NewGTFSErrorType MISSING_SHAPE
public static final NewGTFSErrorType MISSING_FIELD
public static final NewGTFSErrorType MULTIPLE_SHAPES_FOR_PATTERN
public static final NewGTFSErrorType WRONG_NUMBER_OF_FIELDS
public static final NewGTFSErrorType NO_SERVICE
public static final NewGTFSErrorType OVERLAPPING_TRIP
public static final NewGTFSErrorType SHAPE_REVERSED
public static final NewGTFSErrorType SHAPE_MISSING_COORDINATE
public static final NewGTFSErrorType TABLE_IN_SUBDIRECTORY
public static final NewGTFSErrorType TABLE_MISSING_COLUMN_HEADERS
public static final NewGTFSErrorType TABLE_TOO_LONG
public static final NewGTFSErrorType TIME_ZONE_FORMAT
public static final NewGTFSErrorType REQUIRED_TABLE_EMPTY
public static final NewGTFSErrorType FEED_TRAVEL_TIMES_ROUNDED
public static final NewGTFSErrorType ROUTE_DESCRIPTION_SAME_AS_NAME
public static final NewGTFSErrorType ROUTE_LONG_NAME_CONTAINS_SHORT_NAME
public static final NewGTFSErrorType ROUTE_SHORT_AND_LONG_NAME_MISSING
public static final NewGTFSErrorType ROUTE_SHORT_NAME_TOO_LONG
public static final NewGTFSErrorType SERVICE_NEVER_ACTIVE
public static final NewGTFSErrorType SERVICE_UNUSED
public static final NewGTFSErrorType SHAPE_DIST_TRAVELED_NOT_INCREASING
public static final NewGTFSErrorType STOP_DESCRIPTION_SAME_AS_NAME
public static final NewGTFSErrorType STOP_LOW_POPULATION_DENSITY
public static final NewGTFSErrorType STOP_NAME_MISSING
public static final NewGTFSErrorType STOP_GEOGRAPHIC_OUTLIER
public static final NewGTFSErrorType STOP_TIME_UNUSED
public static final NewGTFSErrorType STOP_UNUSED
public static final NewGTFSErrorType TIMEPOINT_MISSING_TIMES
public static final NewGTFSErrorType TRIP_EMPTY
public static final NewGTFSErrorType TRIP_HEADSIGN_CONTAINS_ROUTE_NAME
public static final NewGTFSErrorType TRIP_HEADSIGN_SHOULD_DESCRIBE_DESTINATION_OR_WAYPOINTS
public static final NewGTFSErrorType TRIP_NEVER_ACTIVE
public static final NewGTFSErrorType ROUTE_UNUSED
public static final NewGTFSErrorType TRAVEL_DISTANCE_ZERO
public static final NewGTFSErrorType TRAVEL_TIME_NEGATIVE
public static final NewGTFSErrorType TRAVEL_TIME_ZERO
public static final NewGTFSErrorType MISSING_ARRIVAL_OR_DEPARTURE
public static final NewGTFSErrorType TRIP_TOO_FEW_STOP_TIMES
public static final NewGTFSErrorType TRIP_OVERLAP_IN_BLOCK
public static final NewGTFSErrorType TRAVEL_TOO_SLOW
public static final NewGTFSErrorType TRAVEL_TOO_FAST
public static final NewGTFSErrorType VALIDATOR_FAILED
public static final NewGTFSErrorType DEPARTURE_BEFORE_ARRIVAL
public static final NewGTFSErrorType REFERENTIAL_INTEGRITY
public static final NewGTFSErrorType BOOLEAN_FORMAT
public static final NewGTFSErrorType COLOR_FORMAT
public static final NewGTFSErrorType CURRENCY_UNKNOWN
public static final NewGTFSErrorType OTHER
public final Priority priority
public final String englishMessage
public static NewGTFSErrorType[] values()
for (NewGTFSErrorType c : NewGTFSErrorType.values()) System.out.println(c);
public static NewGTFSErrorType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019. All rights reserved.