migrated old network ids to new enum based ids

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@402 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2010-12-18 17:01:56 +00:00
parent 90cf8234b7
commit e6c560a4f4
36 changed files with 284 additions and 50 deletions

View file

@ -0,0 +1,28 @@
package de.schildbach.pte;
public enum NetworkId
{
// Germany
DB, BVG, RMV, MVV, AVV, VMV, GVH, BSVAG, NASA, VVO, VMS, VGS, VRR, VRN, VVS, NALDO, DING, KVV,
// Austria
OEBB, VOR, LINZ, SVV, IVB, STV,
// Switzerland
SBB, BVB, VBL,
// Belgium
SNCB,
// Netherlands
NS,
// U.K.
TFL, TLEM, TLEA, TLSE, TLSW,
//
MARIBOR,
// UAE
DUB
}