Hajj-simulation/src/District.java
HeshamTB 8a4a7d8f29 Campaign and new enums Mashier, Distrcit:
Update according to UML
   Set vehicles for camp
   new Constructor for camp

   Enum for District and Mashier. This will be set as endpoints
    for Streets, Routes or Campaigns.

Signed-off-by: HeshamTB <hishaminv@gmail.com>
2020-11-06 21:48:59 +03:00

6 lines
67 B
Java

public enum District {
ALAZIZIYA,
ALHIJRA,
ALMANSOOR
}