All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.conveyal.gtfs.loader.Requirement Maven / Gradle / Ivy

package com.conveyal.gtfs.loader;

/**
 * Created by abyrd on 2017-03-30
 */
public enum Requirement {
    REQUIRED,    // Required by the GTFS spec
    OPTIONAL,    // Optional according to the GTFS spec
    EXTENSION,   // Extension proposed and documented on gtfs-changes
    PROPRIETARY, // Known proprietary extension that is not yet an official proposal
    UNKNOWN      // Undocumented proprietary extension
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy