Uses of Enum Class
org.onebusaway.gtfs_merge.strategies.ELogDuplicatesStrategy
Packages that use ELogDuplicatesStrategy
-
Uses of ELogDuplicatesStrategy in org.onebusaway.gtfs_merge.strategies
Fields in org.onebusaway.gtfs_merge.strategies declared as ELogDuplicatesStrategyModifier and TypeFieldDescriptionprotected ELogDuplicatesStrategyAbstractEntityMergeStrategy._logDuplicatesStrategyWhat should happen when we detect a duplicate entity?Methods in org.onebusaway.gtfs_merge.strategies that return ELogDuplicatesStrategyModifier and TypeMethodDescriptionstatic ELogDuplicatesStrategyReturns the enum constant of this class with the specified name.static ELogDuplicatesStrategy[]ELogDuplicatesStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.onebusaway.gtfs_merge.strategies with parameters of type ELogDuplicatesStrategyModifier and TypeMethodDescriptionvoidAbstractEntityMergeStrategy.setLogDuplicatesStrategy(ELogDuplicatesStrategy logDuplicatesStrategy)