Hajj-simulation/src/Mashier.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

7 lines
74 B
Java

public enum Mashier {
ARAFAT,
MENA,
ALHARAM,
MOZDALIFA
}